Skip to content

Commit

Permalink
tag: multiprocess-0.70.14
Browse files Browse the repository at this point in the history
  • Loading branch information
mmckerns committed Oct 24, 2022
1 parent 23d493a commit 273ee14
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 @@ -63,7 +63,7 @@ Requirements

* ``python`` (or ``pypy``), **>=3.7**
* ``setuptools``, **>=42**
* ``dill``, **>=0.3.5.1**
* ``dill``, **>=0.3.6**


Basic Usage
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
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def has_ext_modules(foo):
return True

# define dependencies
dill_version = 'dill>=0.3.5.1'
dill_version = 'dill>=0.3.6'

def run_setup(with_extensions=True):
extensions = []
Expand Down Expand Up @@ -282,7 +282,7 @@ def run_setup(with_extensions=True):
if has_setuptools:
setup_kwds.update(
zip_safe=False,
# distclass=BinaryDistribution,
distclass=BinaryDistribution,
install_requires=depend,
# extras_require=extras,
)
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/multiprocess/blob/master/LICENSE

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

Expand Down

0 comments on commit 273ee14

Please sign in to comment.