diff --git a/setup.cfg b/setup.cfg index 8c8d4a6b..8a144c26 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [egg_info] -tag_build = .dev0 +#tag_build = .dev0 [bdist_wheel] #python-tag = py3 diff --git a/version.py b/version.py index 465f3ce4..a4850b12 100644 --- a/version.py +++ b/version.py @@ -5,7 +5,7 @@ # License: 3-clause BSD. The full license text is available at: # - https://github.com/uqfoundation/dill/blob/master/LICENSE -__version__ = '0.3.6.dev0' +__version__ = '0.3.6' __author__ = 'Mike McKerns' __contact__ = 'mmckerns@uqfoundation.org'