Skip to content

Commit

Permalink
MNT back to dev version [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdoc committed Dec 4, 2019
1 parent 0ca9883 commit e0b4f3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cortex/__init__.py
Expand Up @@ -46,4 +46,4 @@ def __dir__(self):
sys.setdefaultencoding('utf8') sys.setdefaultencoding('utf8')
sys.stdout = stdout sys.stdout = stdout


__version__ = '1.1.1' __version__ = '1.2.dev0'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -61,7 +61,7 @@ def run(self):
include_dirs=get_numpy_include_dirs()) include_dirs=get_numpy_include_dirs())


DISTNAME = 'pycortex' DISTNAME = 'pycortex'
VERSION = '1.1.1' VERSION = '1.2.dev0'
DESCRIPTION = 'Python Cortical mapping software for fMRI data' DESCRIPTION = 'Python Cortical mapping software for fMRI data'
with open('README.md') as f: with open('README.md') as f:
LONG_DESCRIPTION = f.read() LONG_DESCRIPTION = f.read()
Expand Down

0 comments on commit e0b4f3a

Please sign in to comment.