Skip to content

Commit

Permalink
up version to 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
graik authored Mar 4, 2018
1 parent 5fbad63 commit e6d22e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labhamster/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## along with this project (LICENSE) or at <https://opensource.org/licenses/MIT>.
from __future__ import unicode_literals

VERSION = (1,4,1)
VERSION = (1,4,2)

__version__ = '.'.join([ str(i) for i in VERSION])

Expand Down

0 comments on commit e6d22e0

Please sign in to comment.