diff options
| author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2019-06-19 19:52:43 -0500 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2019-06-19 20:52:43 -0400 |
| commit | c283e6d608f3af429e4cbbadc847208dd09ac304 (patch) | |
| tree | a74808010ec53b4142de50787501ff6ca34ae745 /src | |
| parent | af4d070e8f5919652485db5940f5970d7d1d699f (diff) | |
| download | py-bcrypt-git-c283e6d608f3af429e4cbbadc847208dd09ac304.tar.gz | |
3.1.8.dev1 version bump (#183)
Diffstat (limited to 'src')
| -rw-r--r-- | src/bcrypt/__about__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bcrypt/__about__.py b/src/bcrypt/__about__.py index e02a9a5..bf81dc6 100644 --- a/src/bcrypt/__about__.py +++ b/src/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__ = "3.1.7" +__version__ = "3.1.8.dev1" __author__ = "The Python Cryptographic Authority developers" __email__ = "cryptography-dev@python.org" |
