Skip to content

Commit

Permalink
Update version to 0.5dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jni committed Dec 22, 2016
1 parent 21c0a54 commit 76ef598
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gala/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
__all__ = ['agglo', 'morpho', 'evaluate', 'viz', 'imio', 'classify',
'stack_np', 'app_logger', 'option_manager', 'features', 'filter']

__version__ = '0.4dev'
__version__ = '0.5dev'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
URL = 'https://gala.readthedocs.org'
LICENSE = 'Janelia (BSD-like)'
DOWNLOAD_URL = 'https://github.com/janelia-flyem/gala'
VERSION = '0.4dev'
VERSION = '0.5dev'
PYTHON_VERSION = (3, 5)
INST_DEPENDENCIES = {}

Expand Down

0 comments on commit 76ef598

Please sign in to comment.