Skip to content

Commit 3856516

Browse files
committed
tag: dill-0.3.5.1
1 parent 5ee1206 commit 3856516

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dill/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# - https://github.com/uqfoundation/dill/blob/master/LICENSE
88

99
# author, version, license, and long description
10-
__version__ = '0.3.5.1.dev0'
10+
__version__ = '0.3.5.1'
1111
__author__ = 'Mike McKerns'
1212

1313
__doc__ = """

setup.cfg

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

44
[bdist_wheel]
5-
#universal = 1
5+
universal = 1
66
#python-tag = py3
77
#plat-name = manylinux1_x86_64
88

0 commit comments

Comments
 (0)