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 4d4d9ff commit 2062f5eCopy full SHA for 2062f5e
jupyter_plotly_dash/version.py
@@ -1 +1 @@
1
-__version__ = "0.1.2"
+__version__ = "0.2.0"
setup.py
@@ -2,8 +2,6 @@
2
3
from setuptools import setup, find_packages
4
5
-import jupyter_plotly_dash as dpd
6
-
7
with open('jupyter_plotly_dash/version.py') as f:
8
exec(f.read())
9
0 commit comments