Skip to content

Commit 16eb90b

Browse files
committed
tag: 0.4.0
1 parent cd7a5a8 commit 16eb90b

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.4.0.dev0'
8+
__version__ = '0.4.0'#.dev0'
99
__author__ = 'Mike McKerns'
1010
__contact__ = 'mmckerns@uqfoundation.org'
1111

0 commit comments

Comments
 (0)