We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e856da7 commit a5cdb35Copy full SHA for a5cdb35
setup.py
@@ -6,7 +6,7 @@ def readme():
6
7
configuration = {
8
'name' : 'finishline',
9
- 'version': '0.0.5',
+ 'version': '0.1.0',
10
'description' : 'Framework for Building Beautiful and Functional Dashbords',
11
'long_description' : readme(),
12
'classifiers' : [
@@ -29,7 +29,7 @@ def readme():
29
'maintainer_email' : '[email protected]',
30
'license' : 'MIT',
31
'packages' : ['finishline'],
32
- 'install_requires': ['dash >= 0.22.0',
+ 'install_requires': ['dash >= 0.28.0',
33
'dash-responsive-grid-layout >= 0.0.1',
34
'dash-building-blocks >= 0.0.2'],
35
'ext_modules' : [],
0 commit comments