From 9e225b9fc3ba0e16c83b4a16c3aa2c4ccf649264 Mon Sep 17 00:00:00 2001 From: mmckerns Date: Mon, 14 Jun 2021 09:17:38 -0400 Subject: [PATCH] tag pathos-0.2.8 --- setup.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 46edaab..9685cbc 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 d217fba..4bfa8f8 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ raise ValueError(unsupported) # set version numbers -stable_version = '0.2.7' +stable_version = '0.2.8' target_version = '0.2.8' is_release = stable_version == target_version