Skip to content

Commit

Permalink
Set release version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ukanga committed Sep 16, 2020
1 parent 4a965f0 commit b8082c1
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)

1 comment on commit b8082c1

@moshthepitt
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shoot sorry I forgot to do this

Please sign in to comment.