diff options
author | Donald Stufft <donald@stufft.io> | 2013-05-19 10:13:41 -0400 |
---|---|---|
committer | Donald Stufft <donald@stufft.io> | 2013-05-19 10:13:41 -0400 |
commit | e34c4ae828bc15688800afde81a87e9b653be632 (patch) | |
tree | 8cc5ac81d8f6467a5b20637c6b4518ffbcb9ddd9 | |
parent | 1b0c6815d4d63f4737398de10f52d9d5e13b7db7 (diff) | |
download | py-bcrypt-git-e34c4ae828bc15688800afde81a87e9b653be632.tar.gz |
Bump versionv1.0.2
-rw-r--r-- | bcrypt/__about__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bcrypt/__about__.py b/bcrypt/__about__.py index ec31467..93f60bd 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__ = "1.0.1" +__version__ = "1.0.2" __author__ = "Donald Stufft" __email__ = "donald@stufft.io" |