Skip to content

Commit a2fba60

Browse files
committed
tag: pathos-0.2.9
1 parent bad34d4 commit a2fba60

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Requirements
140140
* ``pox``, **>=0.3.1**
141141
* ``dill``, **>=0.3.5.1**
142142
* ``ppft``, **>=1.7.6.5**
143-
* ``multiprocess``, **>=0.70.12.1**
143+
* ``multiprocess``, **>=0.70.13**
144144

145145

146146
More Information

pathos/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# - https://github.com/uqfoundation/pathos/blob/master/LICENSE
99

1010
# author, version, license, and long description
11-
__version__ = '0.2.9.dev0'
11+
__version__ = '0.2.9'
1212
__author__ = 'Mike McKerns'
1313

1414
__doc__ = """
@@ -156,7 +156,7 @@
156156
- ``pox``, **>=0.3.1**
157157
- ``dill``, **>=0.3.5.1**
158158
- ``ppft``, **>=1.7.6.5**
159-
- ``multiprocess``, **>=0.70.12.1**
159+
- ``multiprocess``, **>=0.70.13**
160160
161161
162162
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
#universal = 1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def has_ext_modules(foo):
122122
ppft_version = 'ppft>=1.7.6.5'
123123
dill_version = 'dill>=0.3.5.1'
124124
pox_version = 'pox>=0.3.1'
125-
mp_version = 'multiprocess>=0.70.12.1'
125+
mp_version = 'multiprocess>=0.70.13'
126126
pyina_version = 'pyina>=0.2.5'
127127
mystic_version = 'mystic>=0.3.8'
128128
# add dependencies

0 commit comments

Comments
 (0)