diff options
-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" |