Skip to content

Commit

Permalink
bumping to dill-0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mmckerns committed Jun 13, 2021
1 parent e764cd4 commit ea4b435
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
Optional requirements::
- ``setuptools``, **version >= 0.6**
- ``dill``, **version >= 0.3.3**
- ``dill``, **version >= 0.3.4**
More Information
Expand Down Expand Up @@ -195,7 +195,7 @@
if has_setuptools:
kwds.update({
"zip_safe" : False,
"extras_require" : {'dill': ['dill>=0.3.3']},
"extras_require" : {'dill': ['dill>=0.3.4']},
})
if has_setuptools and pyversion > 2:
kwds.update({
Expand Down

0 comments on commit ea4b435

Please sign in to comment.