Skip to content

Commit

Permalink
Add __version__ attribute to gala package
Browse files Browse the repository at this point in the history
  • Loading branch information
jni committed Mar 3, 2015
1 parent fc354f3 commit 4e68ee7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gala/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@

__all__ = ['agglo', 'morpho', 'evaluate', 'viz', 'imio', 'classify',
'stack_np', 'app_logger', 'option_manager', 'features', 'filter']

__version__ = '0.2dev'

0 comments on commit 4e68ee7

Please sign in to comment.