Skip to content

Commit

Permalink
💎 Version 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleniemeyer committed May 10, 2018
1 parent e490bb2 commit a140ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymars/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version_info__ = (0, 1, 0, 'a0')
__version_info__ = (0, 0, 9, 'a0')
__version__ = '.'.join(map(str, __version_info__[:3]))
if len(__version_info__) == 4:
__version__ += __version_info__[-1]

0 comments on commit a140ae5

Please sign in to comment.