bump for 41.0.2 (#9215)

This commit is contained in:
Paul Kehrer 2023-07-10 20:28:04 -05:00 committed by GitHub
parent e190ef1905
commit 7431db737c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -11,7 +11,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "cryptography"
version = "41.0.1"
version = "41.0.2"
authors = [
{name = "The Python Cryptographic Authority and individual contributors", email = "cryptography-dev@python.org"}
]

View file

@ -10,7 +10,7 @@ __all__ = [
"__copyright__",
]
__version__ = "41.0.1"
__version__ = "41.0.2"
__author__ = "The Python Cryptographic Authority and individual contributors"

View file

@ -6,4 +6,4 @@ __all__ = [
"__version__",
]
__version__ = "41.0.1"
__version__ = "41.0.2"

View file

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "cryptography_vectors"
version = "41.0.1"
version = "41.0.2"
authors = [
{name = "The Python Cryptographic Authority and individual contributors", email = "cryptography-dev@python.org"}
]