From: Daniel Greenfeld Date: Fri, 13 Feb 2015 18:40:39 +0000 (-0800) Subject: Update setup.py X-Git-Tag: 1.0.0~6 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fa5fcf0913203588444d23b0c10023fe5825ca03;p=cached-property.git Update setup.py --- diff --git a/setup.py b/setup.py index c162703..24ab5ae 100755 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ try: except ImportError: from distutils.core import setup -__version__ = '0.1.5' +__version__ = '1.0.0' readme = open('README.rst').read() history = open('HISTORY.rst').read().replace('.. :changelog:', '')