Skip to content

Commit

Permalink
Prep for 1.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pydanny committed Nov 25, 2015
1 parent bd8f72b commit 34b1caf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cached_property.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = 'Daniel Greenfeld'
__email__ = 'pydanny@gmail.com'
__version__ = '1.2.0'
__version__ = '1.3.0'
__license__ = 'BSD'

from time import time
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
except ImportError:
from distutils.core import setup

__version__ = '1.2.0'
__version__ = '1.3.0'

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

0 comments on commit 34b1caf

Please sign in to comment.