Update setup.py
authorDaniel Greenfeld <pydanny@users.noreply.github.com>
Fri, 13 Feb 2015 18:40:39 +0000 (10:40 -0800)
committerDaniel Greenfeld <pydanny@users.noreply.github.com>
Fri, 13 Feb 2015 18:40:39 +0000 (10:40 -0800)
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:', '')