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.
2 parents 98a3d80 + 6ce4d9f commit e7b7446Copy full SHA for e7b7446
hypertools/config.py
@@ -1 +1,4 @@
1
-__version__ = "0.6.3"
+from pkg_resources import get_distribution
2
+
3
4
+__version__ = get_distribution('hypertools')
setup.py
@@ -9,7 +9,7 @@
9
os.environ["MPLCONFIGDIR"] = "."
10
11
NAME = 'hypertools'
12
-VERSION = '0.6.3'
+VERSION = '0.7.0'
13
AUTHOR = 'Contextual Dynamics Lab'
14
AUTHOR_EMAIL = '[email protected]'
15
URL = 'https://github.com/ContextLab/hypertools'
0 commit comments