diff --git a/setup.cfg b/setup.cfg index 80f13e7f..caaa2cd0 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 b0a21bf6..4bc7bcc3 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.8.dev0' +__version__ = '0.3.8'#.dev0' __author__ = 'Mike McKerns' __contact__ = 'mmckerns@uqfoundation.org'