Skip to content

Commit

Permalink
Merge pull request #57 from onaio/version-bump
Browse files Browse the repository at this point in the history
Set release version to 0.2.1
  • Loading branch information
moshthepitt authored Sep 16, 2020
2 parents 4a965f0 + b8082c1 commit d10d8ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset_patchup/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Version goes here - to avoid cyclic dependencies :-("""
VERSION = (0, 1, 8)
VERSION = (0, 2, 1)
__version__ = ".".join(str(v) for v in VERSION)

0 comments on commit d10d8ec

Please sign in to comment.