summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-03-13 22:17:39 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-03-13 22:17:39 -0400
commitf3280bda0a560fbf4d401bd8edf89b974a97b39c (patch)
tree117a134bd2e8d58dab63a114e00e4c9e4371ba02
parent7c32678d03e71117212bd59722fa4f3af469f449 (diff)
parent1088101f450b3fa1fc09ac8765df7a95d33da6ff (diff)
downloadpy-bcrypt-git-f3280bda0a560fbf4d401bd8edf89b974a97b39c.tar.gz
Merge pull request #40 from reaperhulk/1.1.1-version-bumpv1.1.1
bump version to 1.1.1
-rw-r--r--bcrypt/__about__.py2
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"