2.2.1 version bump (#4166)

This commit is contained in:
Paul Kehrer 2018-03-20 19:17:50 -04:00 committed by Alex Gaynor
parent be31b36152
commit 4eaa511c62
2 changed files with 2 additions and 2 deletions

View file

@ -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.2"
__version__ = "2.2.1"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"

View file

@ -14,7 +14,7 @@ __summary__ = "Test vectors for the cryptography package."
__uri__ = "https://github.com/pyca/cryptography"
__version__ = "2.2"
__version__ = "2.2.1"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"