Skip to content

Commit

Permalink
Merge pull request #249 from paxtonfitzpatrick/master
Browse files Browse the repository at this point in the history
bump version to 0.7.0
  • Loading branch information
paxtonfitzpatrick authored Jun 15, 2021
2 parents 98a3d80 + 6ce4d9f commit e7b7446
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion hypertools/config.py
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
__version__ = "0.6.3"
from pkg_resources import get_distribution


__version__ = get_distribution('hypertools')
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
os.environ["MPLCONFIGDIR"] = "."

NAME = 'hypertools'
VERSION = '0.6.3'
VERSION = '0.7.0'
AUTHOR = 'Contextual Dynamics Lab'
AUTHOR_EMAIL = '[email protected]'
URL = 'https://github.com/ContextLab/hypertools'
Expand Down

0 comments on commit e7b7446

Please sign in to comment.