diff options
| author | Donald Stufft <donald@stufft.io> | 2014-12-06 16:32:11 -0500 |
|---|---|---|
| committer | Donald Stufft <donald@stufft.io> | 2014-12-06 16:32:11 -0500 |
| commit | 951f3aa55c7c1551d5cd5adc6aa4cfd7f078dab9 (patch) | |
| tree | b3eb7609a414e2d5a28f93da358245687af7d60b | |
| parent | 5be3958d33df26719e59ff3ddb94572c1811fa8c (diff) | |
| download | py-bcrypt-git-951f3aa55c7c1551d5cd5adc6aa4cfd7f078dab9.tar.gz | |
Bump version to 1.1.0
| -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 ea6b93c..530aa53 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.0.2" +__version__ = "1.1.0" __author__ = "Donald Stufft" __email__ = "donald@stufft.io" |
