diff options
Diffstat (limited to 'src/OpenSSL/version.py')
-rw-r--r-- | src/OpenSSL/version.py | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/OpenSSL/version.py b/src/OpenSSL/version.py index 339b9ae..76de33a 100644 --- a/src/OpenSSL/version.py +++ b/src/OpenSSL/version.py @@ -7,8 +7,14 @@ 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__ = "20.0.0.dev" |