Skip to content

Commit 33e3f91

Browse files
committed
tag: 0.3.3
1 parent 298d1df commit 33e3f91

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

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.8**
139139
* ``setuptools``, **>=42**
140-
* ``pox``, **>=0.3.4**
141-
* ``dill``, **>=0.3.8**
142-
* ``ppft``, **>=1.7.6.8**
143-
* ``multiprocess``, **>=0.70.16**
140+
* ``pox``, **>=0.3.5**
141+
* ``dill``, **>=0.3.9**
142+
* ``ppft``, **>=1.7.6.9**
143+
* ``multiprocess``, **>=0.70.17**
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
@@ -90,10 +90,10 @@ def has_ext_modules(foo):
9090
return True
9191

9292
# define dependencies
93-
ppft_version = 'ppft>=1.7.6.8'
94-
dill_version = 'dill>=0.3.8'
95-
pox_version = 'pox>=0.3.4'
96-
mp_version = 'multiprocess>=0.70.16'
93+
ppft_version = 'ppft>=1.7.6.9'
94+
dill_version = 'dill>=0.3.9'
95+
pox_version = 'pox>=0.3.5'
96+
mp_version = 'multiprocess>=0.70.17'
9797
pyina_version = 'pyina>=0.2.9'
9898
mystic_version = 'mystic>=0.4.2'
9999
# 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.3.dev0'
8+
__version__ = '0.3.3'#.dev0'
99
__author__ = 'Mike McKerns'
1010
__contact__ = 'mmckerns@uqfoundation.org'
1111

0 commit comments

Comments
 (0)