Skip to content

Commit

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

0 comments on commit d7dd1df

Please sign in to comment.