From ce37364cd6050db249870bb6627a6d9c92985052 Mon Sep 17 00:00:00 2001 From: mmckerns Date: Mon, 2 Nov 2020 18:46:49 -0500 Subject: [PATCH] tag mystic-0.3.7 --- setup.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 46edaabe..9685cbc6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,4 +1,4 @@ [egg_info] -tag_build = .dev0 +#tag_build = .dev0 #tag_svn_revision = yes #tag_date = yes diff --git a/setup.py b/setup.py index bb89e9e3..c8a04d69 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ raise ValueError(unsupported) # set version numbers -stable_version = '0.3.6' +stable_version = '0.3.7' target_version = '0.3.7' is_release = stable_version == target_version