From b8082c152e831d25678cee2dbfb222caf50fc633 Mon Sep 17 00:00:00 2001 From: Ukang'a Dickson Date: Wed, 16 Sep 2020 14:52:45 +0300 Subject: [PATCH] Set release version to 0.2.1 --- superset_patchup/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset_patchup/version.py b/superset_patchup/version.py index e352881..8e0bbca 100644 --- a/superset_patchup/version.py +++ b/superset_patchup/version.py @@ -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)