aboutsummaryrefslogtreecommitdiff
path: root/src/OpenSSL/version.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/OpenSSL/version.py')
-rw-r--r--src/OpenSSL/version.py14
1 files changed, 10 insertions, 4 deletions
diff --git a/src/OpenSSL/version.py b/src/OpenSSL/version.py
index 40f31c3..9348867 100644
--- a/src/OpenSSL/version.py
+++ b/src/OpenSSL/version.py
@@ -7,11 +7,17 @@ pyOpenSSL - A simple wrapper around the OpenSSL library
"""
__all__ = [
- "__author__", "__copyright__", "__email__", "__license__", "__summary__",
- "__title__", "__uri__", "__version__",
+ "__author__",
+ "__copyright__",
+ "__email__",
+ "__license__",
+ "__summary__",
+ "__title__",
+ "__uri__",
+ "__version__",
]
-__version__ = "19.0.0"
+__version__ = "20.0.1"
__title__ = "pyOpenSSL"
__uri__ = "https://pyopenssl.org/"
@@ -19,4 +25,4 @@ __summary__ = "Python wrapper module around the OpenSSL library"
__author__ = "The pyOpenSSL developers"
__email__ = "cryptography-dev@python.org"
__license__ = "Apache License, Version 2.0"
-__copyright__ = "Copyright 2001-2017 {0}".format(__author__)
+__copyright__ = "Copyright 2001-2020 {0}".format(__author__)