Skip to content

Commit

Permalink
Fixed version in module.
Browse files Browse the repository at this point in the history
  • Loading branch information
dotsdl committed Sep 9, 2015
1 parent ab087be commit 8ddc440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datreant/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import datreant.persistence

__all__ = ['Treant', 'Group', 'Coordinator', 'Bundle']
__version__ = "0.5.1" # NOTE: keep in sync with RELEASE in setup.py
__version__ = "0.6.0-dev" # NOTE: keep in sync with RELEASE in setup.py

_treants = dict()
register(Treant, Group)

0 comments on commit 8ddc440

Please sign in to comment.