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