Skip to content

Commit 8372a77

Browse files
committed
tag: 0.3.9
1 parent 6646459 commit 8372a77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[egg_info]
2-
tag_build = .dev0
2+
#tag_build = .dev0
33

44
[bdist_wheel]
55
#python-tag = py3

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# License: 3-clause BSD. The full license text is available at:
66
# - https://github.com/uqfoundation/dill/blob/master/LICENSE
77

8-
__version__ = '0.3.9.dev0'
8+
__version__ = '0.3.9'#.dev0'
99
__author__ = 'Mike McKerns'
1010
__contact__ = '[email protected]'
1111

0 commit comments

Comments
 (0)