Bump version numbers for 39.0.2 release (#8419)

This commit is contained in:
Alex Gaynor 2023-03-02 15:29:08 -05:00 committed by GitHub
parent 3b66a2dd18
commit 125b149dc0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ __all__ = [
"__copyright__",
]
__version__ = "39.0.1"
__version__ = "39.0.2"
__author__ = "The Python Cryptographic Authority and individual contributors"
__copyright__ = "Copyright 2013-2022 {}".format(__author__)
__copyright__ = "Copyright 2013-2023 {}".format(__author__)

View file

@ -6,4 +6,4 @@ __all__ = [
"__version__",
]
__version__ = "39.0.1"
__version__ = "39.0.2"