Skip to content

Commit c1431fe

Browse files
committed
tag: 0.70.17
1 parent 6dbeb6c commit c1431fe

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Requirements
6363

6464
* ``python`` (or ``pypy``), **>=3.8**
6565
* ``setuptools``, **>=42**
66-
* ``dill``, **>=0.3.8**
66+
* ``dill``, **>=0.3.9**
6767

6868

6969
Basic Usage

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ def has_ext_modules(foo):
217217
return True
218218

219219
# define dependencies
220-
dill_version = 'dill>=0.3.8'
220+
dill_version = 'dill>=0.3.9'
221221

222222
def run_setup(with_extensions=True):
223223
extensions = []

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/multiprocess/blob/master/LICENSE
77

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

0 commit comments

Comments
 (0)