Skip to content

Commit e7b7446

Browse files
Merge pull request #249 from paxtonfitzpatrick/master
bump version to 0.7.0
2 parents 98a3d80 + 6ce4d9f commit e7b7446

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

hypertools/config.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
__version__ = "0.6.3"
1+
from pkg_resources import get_distribution
2+
3+
4+
__version__ = get_distribution('hypertools')

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
os.environ["MPLCONFIGDIR"] = "."
1010

1111
NAME = 'hypertools'
12-
VERSION = '0.6.3'
12+
VERSION = '0.7.0'
1313
AUTHOR = 'Contextual Dynamics Lab'
1414
AUTHOR_EMAIL = '[email protected]'
1515
URL = 'https://github.com/ContextLab/hypertools'

0 commit comments

Comments
 (0)