Skip to content

Commit

Permalink
patch version, remove wheel requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
mmckerns committed May 20, 2022
1 parent 9c7255f commit e76fa47
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ Requirements

* ``python`` (or ``pypy``), **==2.7** or **>=3.7**
* ``setuptools``, **>=42**
* ``wheel``, **>=0.1**

Optional requirements:

Expand Down
3 changes: 1 addition & 2 deletions dill/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# - https://github.com/uqfoundation/dill/blob/master/LICENSE

# author, version, license, and long description
__version__ = '0.3.6.dev0'
__version__ = '0.3.5.1.dev0'
__author__ = 'Mike McKerns'

__doc__ = """
Expand Down Expand Up @@ -118,7 +118,6 @@
- ``python`` (or ``pypy``), **==2.7** or **>=3.7**
- ``setuptools``, **>=42**
- ``wheel``, **>=0.1**
Optional requirements:
Expand Down

0 comments on commit e76fa47

Please sign in to comment.