diff options
| author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-06-06 15:31:11 -0500 |
|---|---|---|
| committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-06-06 15:31:11 -0500 |
| commit | 4c268ce1ee696c062b8eba4ffa5f358965980e27 (patch) | |
| tree | c8524a1ecb62a5664bb9fee952cce99ddbe5dab7 /src | |
| parent | 67977193a60e290284761b4c289ec2d17cb85530 (diff) | |
| download | cryptography-4c268ce1ee696c062b8eba4ffa5f358965980e27.tar.gz | |
bump version to 0.9.1
Diffstat (limited to 'src')
| -rw-r--r-- | src/cryptography/__about__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptography/__about__.py b/src/cryptography/__about__.py index f5a48a9e9..a9f585633 100644 --- a/src/cryptography/__about__.py +++ b/src/cryptography/__about__.py @@ -14,7 +14,7 @@ __summary__ = ("cryptography is a package which provides cryptographic recipes" " and primitives to Python developers.") __uri__ = "https://github.com/pyca/cryptography" -__version__ = "0.9" +__version__ = "0.9.1" __author__ = "The cryptography developers" __email__ = "cryptography-dev@python.org" |
