From e76fa4709aefc3cf1535d53ba9058fa023669bee Mon Sep 17 00:00:00 2001 From: mmckerns Date: Fri, 20 May 2022 05:46:13 -0400 Subject: [PATCH] patch version, remove wheel requirement --- README.md | 1 - dill/__init__.py | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 8a89374b..d9ba6cd9 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,6 @@ Requirements * ``python`` (or ``pypy``), **==2.7** or **>=3.7** * ``setuptools``, **>=42** -* ``wheel``, **>=0.1** Optional requirements: diff --git a/dill/__init__.py b/dill/__init__.py index 5b10c2be..e5546fc4 100644 --- a/dill/__init__.py +++ b/dill/__init__.py @@ -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__ = """ @@ -118,7 +118,6 @@ - ``python`` (or ``pypy``), **==2.7** or **>=3.7** - ``setuptools``, **>=42** - - ``wheel``, **>=0.1** Optional requirements: