From: Daniel Date: Tue, 31 Jul 2018 15:48:46 +0000 (-0700) Subject: Bump project version X-Git-Tag: 1.5.0~3 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2ed1189e1be75a6cbb4576b92760eaab62f1699d;p=cached-property.git Bump project version --- diff --git a/cached_property.py b/cached_property.py index 0410791..a06be97 100644 --- a/cached_property.py +++ b/cached_property.py @@ -2,7 +2,7 @@ __author__ = "Daniel Greenfeld" __email__ = "pydanny@gmail.com" -__version__ = "1.4.2" +__version__ = "1.4.3" __license__ = "BSD" from time import time diff --git a/setup.py b/setup.py index 3ad0ac9..b7a7fb5 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ try: except ImportError: from distutils.core import setup -__version__ = "1.4.2" +__version__ = "1.4.3" def read(fname):