summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2013-05-11 00:56:50 -0400
committerDonald Stufft <donald@stufft.io>2013-05-11 00:56:50 -0400
commita96d18309794a19c49becdf0213c60db7dd66a6a (patch)
tree2dbf6343bd7613ad3da744b362109b7fcf6d3670
parentfc119a49668e93b2c009ea2e270044a97c017d51 (diff)
downloadpy-bcrypt-git-a96d18309794a19c49becdf0213c60db7dd66a6a.tar.gz
bump versionv1.0.0
-rw-r--r--bcrypt/__about__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bcrypt/__about__.py b/bcrypt/__about__.py
index 3314c98..193d5f5 100644
--- a/bcrypt/__about__.py
+++ b/bcrypt/__about__.py
@@ -26,7 +26,7 @@ __title__ = "bcrypt"
__summary__ = "Modern password hashing for your software and your servers"
__uri__ = "https://github.com/dstufft/bcrypt/"
-__version__ = "0.1.0"
+__version__ = "1.0.0"
__author__ = "Donald Stufft"
__email__ = "donald@stufft.io"