diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-06-06 17:20:32 -0400 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-06-06 17:20:32 -0400 |
| commit | bd17d14bd05d49e3a851cabbc863f74ee5c86702 (patch) | |
| tree | c8524a1ecb62a5664bb9fee952cce99ddbe5dab7 | |
| parent | 67977193a60e290284761b4c289ec2d17cb85530 (diff) | |
| parent | 4c268ce1ee696c062b8eba4ffa5f358965980e27 (diff) | |
| download | cryptography-0.9.1.tar.gz | |
Merge pull request #2015 from reaperhulk/0.9.1-version-bump0.9.1
bump version to 0.9.1
| -rw-r--r-- | src/cryptography/__about__.py | 2 | ||||
| -rw-r--r-- | vectors/cryptography_vectors/__about__.py | 2 |
2 files changed, 2 insertions, 2 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" diff --git a/vectors/cryptography_vectors/__about__.py b/vectors/cryptography_vectors/__about__.py index 408739536..20773d94e 100644 --- a/vectors/cryptography_vectors/__about__.py +++ b/vectors/cryptography_vectors/__about__.py @@ -14,7 +14,7 @@ __summary__ = "Test vectors for the cryptography package." __uri__ = "https://github.com/pyca/cryptography" -__version__ = "0.9" +__version__ = "0.9.1" __author__ = "The cryptography developers" __email__ = "cryptography-dev@python.org" |
