We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8120807 commit ec738c9Copy full SHA for ec738c9
django_plotly_dash/version.py
@@ -23,4 +23,4 @@
23
24
'''
25
26
-__version__ = "1.0.1"
+__version__ = "1.0.2"
setup.py
@@ -32,6 +32,7 @@
32
'Intended Audience :: Developers',
33
'License :: OSI Approved :: MIT License',
34
'Programming Language :: Python :: 3',
35
+ 'Framework :: Dash',
36
],
37
keywords='django plotly plotly-dash dash dashboard',
38
project_urls = {
0 commit comments