Skip to content

Commit

Permalink
tag: pathos-0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mmckerns committed Oct 24, 2022
1 parent 5fb54b0 commit 0f053c4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,10 @@ Requirements

* ``python`` (or ``pypy``), **>=3.7**
* ``setuptools``, **>=42**
* ``pox``, **>=0.3.1**
* ``dill``, **>=0.3.5.1**
* ``ppft``, **>=1.7.6.5**
* ``multiprocess``, **>=0.70.13**
* ``pox``, **>=0.3.2**
* ``dill``, **>=0.3.6**
* ``ppft``, **>=1.7.6.6**
* ``multiprocess``, **>=0.70.14**


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]
#python-tag = py3
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@ def has_ext_modules(foo):
return True

# define dependencies
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.13'
ppft_version = 'ppft>=1.7.6.6'
dill_version = 'dill>=0.3.6'
pox_version = 'pox>=0.3.2'
mp_version = 'multiprocess>=0.70.14'
pyina_version = 'pyina>=0.2.6'
mystic_version = 'mystic>=0.3.9'
# add dependencies
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# License: 3-clause BSD. The full license text is available at:
# - https://github.com/uqfoundation/pathos/blob/master/LICENSE

__version__ = '0.3.0.dev0'
__version__ = '0.3.0'
__author__ = 'Mike McKerns'
__contact__ = '[email protected]'

Expand Down

0 comments on commit 0f053c4

Please sign in to comment.