Skip to content

Commit

Permalink
↑ bump to version 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
moshthepitt committed Aug 19, 2019
1 parent ec7ae48 commit 3909054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset_patchup/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Main init file for superset_patchup
"""
VERSION = (0, 1, 4)
VERSION = (0, 1, 5)
__version__ = ".".join(str(v) for v in VERSION)

0 comments on commit 3909054

Please sign in to comment.