mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
Bump version numbers for 39.0.2 release (#8419)
This commit is contained in:
parent
3b66a2dd18
commit
125b149dc0
2 changed files with 3 additions and 3 deletions
|
|
@ -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__)
|
||||
|
|
|
|||
|
|
@ -6,4 +6,4 @@ __all__ = [
|
|||
"__version__",
|
||||
]
|
||||
|
||||
__version__ = "39.0.1"
|
||||
__version__ = "39.0.2"
|
||||
|
|
|
|||
Loading…
Reference in a new issue