Skip to content

Commit ec738c9

Browse files
delsimGibbsConsulting
authored andcommitted
Add Framework :: Dash classifier (#180)
* Add Framework :: Dash classifier * Update version for incremental release
1 parent 8120807 commit ec738c9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

django_plotly_dash/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
2424
'''
2525

26-
__version__ = "1.0.1"
26+
__version__ = "1.0.2"

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
'Intended Audience :: Developers',
3333
'License :: OSI Approved :: MIT License',
3434
'Programming Language :: Python :: 3',
35+
'Framework :: Dash',
3536
],
3637
keywords='django plotly plotly-dash dash dashboard',
3738
project_urls = {

0 commit comments

Comments
 (0)