Bump version to 5.0.0

This commit is contained in:
Brad Warren
2025-06-12 11:09:58 -07:00
parent 679f831cdd
commit 4aaf9ccf59
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}
options:
optional arguments:
-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.1'
version = '5.0.0.dev0'
install_requires = [
'cryptography>=43.0.0',