diff --git a/dill/__init__.py b/dill/__init__.py index d5580705..5b10c2be 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' +__version__ = '0.3.6.dev0' __author__ = 'Mike McKerns' __doc__ = """ diff --git a/setup.cfg b/setup.cfg index 29d1a60c..d509ed40 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