Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
FavioVazquez authored Jul 21, 2017
1 parent 5dc96fe commit b7faacf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optimus/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ def _safe_int(string):
return string


__version__ = '0.2.1'
__version__ = '0.2.2'
VERSION = tuple(_safe_int(x) for x in __version__.split('.'))

0 comments on commit b7faacf

Please sign in to comment.