We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd7a5a8 commit 16eb90bCopy full SHA for 16eb90b
setup.cfg
@@ -1,5 +1,5 @@
1
[egg_info]
2
-tag_build = .dev0
+#tag_build = .dev0
3
4
[bdist_wheel]
5
#python-tag = py3
version.py
@@ -5,7 +5,7 @@
# License: 3-clause BSD. The full license text is available at:
6
# - https://github.com/uqfoundation/dill/blob/master/LICENSE
7
8
-__version__ = '0.4.0.dev0'
+__version__ = '0.4.0'#.dev0'
9
__author__ = 'Mike McKerns'
10
__contact__ = 'mmckerns@uqfoundation.org'
11
0 commit comments