Bump for 1.1.0
[cached-property.git] / cached_property.py
index 48e615a56a852210a0a02058d8865db201563f1c..3547b4377956ea455d03510a4a34592f516734c2 100644 (file)
@@ -2,7 +2,7 @@
 
 __author__ = 'Daniel Greenfeld'
 __email__ = 'pydanny@gmail.com'
-__version__ = '1.0.0'
+__version__ = '1.1.0'
 __license__ = 'BSD'
 
 from time import time