Skip to content

Commit

Permalink
↑ bump to version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
moshthepitt committed Feb 18, 2019
1 parent 8e1338f commit f757fd5
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, 2, 0)
VERSION = (0, 2, 1)
__version__ = '.'.join(str(v) for v in VERSION)

0 comments on commit f757fd5

Please sign in to comment.