diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-03-13 21:15:45 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-03-13 21:15:45 -0500 |
commit | 1088101f450b3fa1fc09ac8765df7a95d33da6ff (patch) | |
tree | 117a134bd2e8d58dab63a114e00e4c9e4371ba02 | |
parent | 7c32678d03e71117212bd59722fa4f3af469f449 (diff) | |
download | py-bcrypt-git-1088101f450b3fa1fc09ac8765df7a95d33da6ff.tar.gz |
bump version to 1.1.1
-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 530aa53..d526fe7 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/pyca/bcrypt/" -__version__ = "1.1.0" +__version__ = "1.1.1" __author__ = "Donald Stufft" __email__ = "donald@stufft.io" |