diff options
| author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2017-11-29 21:20:48 +0800 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2017-11-29 08:20:48 -0500 |
| commit | ed5a7717a50edd3b0a9b7c729b2281dabd18390d (patch) | |
| tree | 92023baf2005289f17158745bb31681aaf10d341 /src/cryptography/__about__.py | |
| parent | e85fceec5a7d3aab7b47225de65066a02b1874d7 (diff) | |
| download | cryptography-2.1.4.tar.gz | |
Diffstat (limited to 'src/cryptography/__about__.py')
| -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 b0df09716..d754a0796 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__ = "2.1.3" +__version__ = "2.1.4" __author__ = "The cryptography developers" __email__ = "cryptography-dev@python.org" |
