projects
/
cached-property.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55a7b15
)
Update setup.py
author
Daniel Greenfeld
<pydanny@users.noreply.github.com>
Fri, 13 Feb 2015 18:40:39 +0000
(10:40 -0800)
committer
Daniel Greenfeld
<pydanny@users.noreply.github.com>
Fri, 13 Feb 2015 18:40:39 +0000
(10:40 -0800)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index c162703cefb86878723433f21d2d0b03b3e75301..24ab5ae53bdf7ca679601c57ff2a400c00059809 100755
(executable)
--- 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:', '')