From 0e546e308cdae72f1eda7db3291ef7bbfbe7206e Mon Sep 17 00:00:00 2001 From: mmckerns Date: Thu, 19 May 2022 18:06:07 -0400 Subject: [PATCH] tag: pox-0.3.1 --- pox/__init__.py | 2 +- setup.cfg | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pox/__init__.py b/pox/__init__.py index 698befc..bbc158d 100644 --- a/pox/__init__.py +++ b/pox/__init__.py @@ -7,7 +7,7 @@ # - https://github.com/uqfoundation/pox/blob/master/LICENSE # author, version, license, and long description -__version__ = '0.3.1.dev0' +__version__ = '0.3.1' __author__ = 'Mike McKerns' __doc__ = """ diff --git a/setup.cfg b/setup.cfg index d509ed4..29d1a60 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,8 +1,8 @@ [egg_info] -tag_build = .dev0 +#tag_build = .dev0 [bdist_wheel] -#universal = 1 +universal = 1 #python-tag = py3 #plat-name = manylinux1_x86_64