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 6646459 commit 8372a77Copy full SHA for 8372a77
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.3.9.dev0'
+__version__ = '0.3.9'#.dev0'
9
__author__ = 'Mike McKerns'
10
__contact__ = '[email protected]'
11
0 commit comments