Skip to content

Commit d1b595a

Browse files
committed
tag: pathos-0.3.1
1 parent bf49d95 commit d1b595a

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,10 @@ Requirements
137137

138138
* ``python`` (or ``pypy``), **>=3.7**
139139
* ``setuptools``, **>=42**
140-
* ``pox``, **>=0.3.2**
141-
* ``dill``, **>=0.3.6**
142-
* ``ppft``, **>=1.7.6.6**
143-
* ``multiprocess``, **>=0.70.14**
140+
* ``pox``, **>=0.3.3**
141+
* ``dill``, **>=0.3.7**
142+
* ``ppft``, **>=1.7.6.7**
143+
* ``multiprocess``, **>=0.70.15**
144144

145145

146146
More Information

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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ def has_ext_modules(foo):
8989
return True
9090

9191
# define dependencies
92-
ppft_version = 'ppft>=1.7.6.6'
93-
dill_version = 'dill>=0.3.6'
94-
pox_version = 'pox>=0.3.2'
95-
mp_version = 'multiprocess>=0.70.14'
92+
ppft_version = 'ppft>=1.7.6.7'
93+
dill_version = 'dill>=0.3.7'
94+
pox_version = 'pox>=0.3.3'
95+
mp_version = 'multiprocess>=0.70.15'
9696
pyina_version = 'pyina>=0.2.7'
9797
mystic_version = 'mystic>=0.4.0'
9898
# add dependencies

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

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

0 commit comments

Comments
 (0)