Skip to content

Commit

Permalink
Increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jbittel committed Dec 17, 2015
1 parent 7f8ee24 commit 1ad6f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mama_cas/__init__.py
@@ -1,2 +1,2 @@
__version_info__ = (1, 2, 0)
__version_info__ = (2, 0, 0)
__version__ = '.'.join([str(v) for v in __version_info__])

0 comments on commit 1ad6f8a

Please sign in to comment.