diff options
| author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-07-07 19:42:15 -0500 |
|---|---|---|
| committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-07-07 19:42:15 -0500 |
| commit | f092d73bcdfca5f462509d72452ad723803b455b (patch) | |
| tree | 18d5cb216da97f579b8f40857fd03801ab37c175 /cryptography | |
| parent | f0a3de4adb1cc4ae8b8d0892b6ad06c20a529206 (diff) | |
| download | cryptography-f092d73bcdfca5f462509d72452ad723803b455b.tar.gz cryptography-f092d73bcdfca5f462509d72452ad723803b455b.tar.bz2 cryptography-f092d73bcdfca5f462509d72452ad723803b455b.zip | |
0.5.1 version bump
Diffstat (limited to 'cryptography')
| -rw-r--r-- | cryptography/__about__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptography/__about__.py b/cryptography/__about__.py index f18f5099..527b18c4 100644 --- a/cryptography/__about__.py +++ b/cryptography/__about__.py @@ -22,7 +22,7 @@ __summary__ = ("cryptography is a package which provides cryptographic recipes" " and primitives to Python developers.") __uri__ = "https://github.com/pyca/cryptography" -__version__ = "0.5" +__version__ = "0.5.1" __author__ = "The cryptography developers" __email__ = "cryptography-dev@python.org" |
