Skip to content

Commit c9c838d

Browse files
delsimGibbsConsulting
authored andcommitted
Add framework classifier (#44)
1 parent 3f87334 commit c9c838d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

jupyter_plotly_dash/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
# along with jupyter-plotly-dash. If not, see <https://www.gnu.org/licenses/>.
2020
#
2121

22-
__version__ = "0.3.0"
22+
__version__ = "0.3.1"

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
'License :: OSI Approved :: GNU Affero General Public License v3',
2626
'Programming Language :: Python :: 3',
2727
'Programming Language :: Python :: 3.6',
28+
'Framework :: Dash',
2829
],
2930
keywords='Jupyter plotly plotly-dash dash dashboard django-plotly-dash Django',
3031
project_urls = {

0 commit comments

Comments
 (0)