Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
graik committed Apr 13, 2016
1 parent 9bea3ab commit 13c3c5f
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 @@ -4,7 +4,7 @@
## LabHamster is released under the MIT open source license, which you can find
## along with this project (LICENSE) or at <https://opensource.org/licenses/MIT>.

VERSION = (1,1,0)
VERSION = (1,2,0)

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

Expand Down

0 comments on commit 13c3c5f

Please sign in to comment.