Skip to content

Commit 34b1caf

Browse files
committed
Prep for 1.3.0 release
1 parent bd8f72b commit 34b1caf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cached_property.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = 'Daniel Greenfeld'
44
__email__ = '[email protected]'
5-
__version__ = '1.2.0'
5+
__version__ = '1.3.0'
66
__license__ = 'BSD'
77

88
from time import time

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
except ImportError:
1010
from distutils.core import setup
1111

12-
__version__ = '1.2.0'
12+
__version__ = '1.3.0'
1313

1414
readme = open('README.rst').read()
1515
history = open('HISTORY.rst').read().replace('.. :changelog:', '')

0 commit comments

Comments
 (0)