Skip to content

Commit a5cdb35

Browse files
committed
Increment version.
1 parent e856da7 commit a5cdb35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ def readme():
66

77
configuration = {
88
'name' : 'finishline',
9-
'version': '0.0.5',
9+
'version': '0.1.0',
1010
'description' : 'Framework for Building Beautiful and Functional Dashbords',
1111
'long_description' : readme(),
1212
'classifiers' : [
@@ -29,7 +29,7 @@ def readme():
2929
'maintainer_email' : '[email protected]',
3030
'license' : 'MIT',
3131
'packages' : ['finishline'],
32-
'install_requires': ['dash >= 0.22.0',
32+
'install_requires': ['dash >= 0.28.0',
3333
'dash-responsive-grid-layout >= 0.0.1',
3434
'dash-building-blocks >= 0.0.2'],
3535
'ext_modules' : [],

0 commit comments

Comments
 (0)