From 31042d53992706dbcf3c4e901a94d2dbe93305c9 Mon Sep 17 00:00:00 2001 From: Jon Szymaniak Date: Sat, 19 Dec 2020 21:04:33 -0600 Subject: [PATCH] Begin 0.2.1-dev series --- python/depthcharge/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/depthcharge/version.py b/python/depthcharge/version.py index 038351f..318f49c 100644 --- a/python/depthcharge/version.py +++ b/python/depthcharge/version.py @@ -1,4 +1,4 @@ """ Depthcharge Python module version """ -__version__ = '0.2.0' +__version__ = '0.2.1-dev'