Skip to content

Commit 2062f5e

Browse files
delsimGibbsConsulting
authored andcommitted
Patch release 0.2.0 (#26)
* Upgrade version to 0.2.0 and improve the use of version number * Upgrade version to 0.2.0 and improve the use of version number
1 parent 4d4d9ff commit 2062f5e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

jupyter_plotly_dash/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.2"
1+
__version__ = "0.2.0"

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
from setuptools import setup, find_packages
44

5-
import jupyter_plotly_dash as dpd
6-
75
with open('jupyter_plotly_dash/version.py') as f:
86
exec(f.read())
97

0 commit comments

Comments
 (0)