Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jathanism committed Apr 14, 2015
1 parent dc964f1 commit 9dd302c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trigger/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = (1, 5, 1)
__version__ = (1, 5, 2, 'b1')

full_version = '.'.join(str(x) for x in __version__[0:3]) + \
''.join(__version__[3:])
Expand Down

0 comments on commit 9dd302c

Please sign in to comment.