diff options
| author | Donald Stufft <donald@stufft.io> | 2013-05-11 13:17:26 -0400 |
|---|---|---|
| committer | Donald Stufft <donald@stufft.io> | 2013-05-11 13:17:26 -0400 |
| commit | 616a8decfd3cf6c653abbe51d936fe406da5ebfe (patch) | |
| tree | 49cfc68dbc71d3d2cc208e6219b3c3d8cfe44484 /bcrypt | |
| parent | 5ae606fb25eb40f71eab35c750bda3eac8eb8d08 (diff) | |
| download | py-bcrypt-git-616a8decfd3cf6c653abbe51d936fe406da5ebfe.tar.gz | |
bump versionv1.0.1
Diffstat (limited to 'bcrypt')
| -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 193d5f5..ec31467 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.0" +__version__ = "1.0.1" __author__ = "Donald Stufft" __email__ = "donald@stufft.io" |
