Bump version to 1.24.0

This commit is contained in:
Brad Warren
2022-02-08 07:50:45 -08:00
parent d655ab6913
commit d73c6f44c5
20 changed files with 20 additions and 20 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
@@ -3,7 +3,7 @@ import sys
from setuptools import find_packages
from setuptools import setup
version = '1.23.0'
version = '1.24.0.dev0'
install_requires = [
'cryptography>=2.5.0',