Skip to content

Commit

Permalink
tag: pathos-0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mmckerns committed May 24, 2022
1 parent bad34d4 commit a2fba60
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Requirements
* ``pox``, **>=0.3.1**
* ``dill``, **>=0.3.5.1**
* ``ppft``, **>=1.7.6.5**
* ``multiprocess``, **>=0.70.12.1**
* ``multiprocess``, **>=0.70.13**


More Information
Expand Down
4 changes: 2 additions & 2 deletions pathos/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# - https://github.com/uqfoundation/pathos/blob/master/LICENSE

# author, version, license, and long description
__version__ = '0.2.9.dev0'
__version__ = '0.2.9'
__author__ = 'Mike McKerns'

__doc__ = """
Expand Down Expand Up @@ -156,7 +156,7 @@
- ``pox``, **>=0.3.1**
- ``dill``, **>=0.3.5.1**
- ``ppft``, **>=1.7.6.5**
- ``multiprocess``, **>=0.70.12.1**
- ``multiprocess``, **>=0.70.13**
More Information
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[egg_info]
tag_build = .dev0
#tag_build = .dev0

[bdist_wheel]
#universal = 1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def has_ext_modules(foo):
ppft_version = 'ppft>=1.7.6.5'
dill_version = 'dill>=0.3.5.1'
pox_version = 'pox>=0.3.1'
mp_version = 'multiprocess>=0.70.12.1'
mp_version = 'multiprocess>=0.70.13'
pyina_version = 'pyina>=0.2.5'
mystic_version = 'mystic>=0.3.8'
# add dependencies
Expand Down

0 comments on commit a2fba60

Please sign in to comment.