From: Daniel Roy Greenfeld Date: Sun, 8 Apr 2018 22:57:13 +0000 (-0500) Subject: Really fixed the tests per X-Git-Tag: 1.4.2^0 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b4e96315a6b552e85461a96e6ab8afafb0f4331b;p=cached-property.git Really fixed the tests per --- diff --git a/cached_property.py b/cached_property.py index 77e33b8..eb9e90f 100644 --- a/cached_property.py +++ b/cached_property.py @@ -2,7 +2,7 @@ __author__ = "Daniel Greenfeld" __email__ = "pydanny@gmail.com" -__version__ = "1.4.1" +__version__ = "1.4.2" __license__ = "BSD" from time import time diff --git a/setup.py b/setup.py index 0b92575..bb1ff66 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ try: except ImportError: from distutils.core import setup -__version__ = "1.4.1" +__version__ = "1.4.2" def read(fname):