mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 16:14:44 +02:00
Bump version to 5.0.0
This commit is contained in:
@@ -3,6 +3,6 @@ usage: jws [-h] [--compact] {sign,verify} ...
|
||||
positional arguments:
|
||||
{sign,verify}
|
||||
|
||||
optional arguments:
|
||||
options:
|
||||
-h, --help show this help message and exit
|
||||
--compact
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
|
||||
version = '4.1.0'
|
||||
version = '5.0.0.dev0'
|
||||
|
||||
install_requires = [
|
||||
'cryptography>=43.0.0',
|
||||
|
||||
Reference in New Issue
Block a user