diff --git a/dill/__init__.py b/dill/__init__.py index e5546fc4..e47f4821 100644 --- a/dill/__init__.py +++ b/dill/__init__.py @@ -7,7 +7,7 @@ # - https://github.com/uqfoundation/dill/blob/master/LICENSE # author, version, license, and long description -__version__ = '0.3.5.1.dev0' +__version__ = '0.3.5.1' __author__ = 'Mike McKerns' __doc__ = """ diff --git a/setup.cfg b/setup.cfg index d509ed40..29d1a60c 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