Skip to content

Commit

Permalink
Merge pull request #127 from onaio/tag-0.1.2
Browse files Browse the repository at this point in the history
Tag version 0.1.2
  • Loading branch information
moshthepitt authored Jul 4, 2018
2 parents 7aa8c22 + 26aa655 commit 78e8709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasking/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"""
from __future__ import unicode_literals

VERSION = (0, 1, 1)
VERSION = (0, 1, 2)
__version__ = '.'.join(str(v) for v in VERSION)

0 comments on commit 78e8709

Please sign in to comment.