Version bump 1.0.0
authorDaniel Greenfeld <pydanny@users.noreply.github.com>
Fri, 13 Feb 2015 18:57:03 +0000 (10:57 -0800)
committerDaniel Greenfeld <pydanny@users.noreply.github.com>
Fri, 13 Feb 2015 18:57:03 +0000 (10:57 -0800)
cached_property.py

index 1706c65fcac7a26c36132e41df4716e17e3f0ce7..85009ae91656ef9be291dc912739cdae57bb897c 100644 (file)
@@ -2,7 +2,7 @@
 
 __author__ = 'Daniel Greenfeld'
 __email__ = 'pydanny@gmail.com'
-__version__ = '0.1.5'
+__version__ = '1.0.0'
 __license__ = 'BSD'
 
 from time import time