From a2fba60d7a2dac731db82a851f697adb086cd08d Mon Sep 17 00:00:00 2001 From: mmckerns Date: Tue, 24 May 2022 06:51:10 -0400 Subject: [PATCH] tag: pathos-0.2.9 --- README.md | 2 +- pathos/__init__.py | 4 ++-- setup.cfg | 2 +- setup.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9c6d021..8d27a45 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/pathos/__init__.py b/pathos/__init__.py index 9d136c9..9e2ea39 100644 --- a/pathos/__init__.py +++ b/pathos/__init__.py @@ -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__ = """ @@ -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 diff --git a/setup.cfg b/setup.cfg index d509ed4..c47feda 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [egg_info] -tag_build = .dev0 +#tag_build = .dev0 [bdist_wheel] #universal = 1 diff --git a/setup.py b/setup.py index 5996842..2346e8e 100644 --- a/setup.py +++ b/setup.py @@ -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