Bump version to 5.0.0

This commit is contained in:
Erica Portnoy
2025-06-10 14:43:36 -07:00
parent 42789114b3
commit 4a1a136fcb
19 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -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
View File
@@ -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',