Skip to content

Commit d7138ea

Browse files
committed
changed version
fixed missing ',' in setup.py
1 parent cece38d commit d7138ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"Topic :: Software Development :: Libraries :: Python Modules",
4444
"Programming Language :: Python :: 3.5",
4545
"Programming Language :: Python :: 3.6",
46-
"Programming Language :: Python :: 3.7"
46+
"Programming Language :: Python :: 3.7",
4747
"Programming Language :: Python :: 3.8"
4848
],
4949
install_requires=["cryptography", "requests"],

src/cryptojwt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
except ImportError:
2222
pass
2323

24-
__version__ = '0.8.2'
24+
__version__ = '0.8.3'
2525

2626
logger = logging.getLogger(__name__)
2727

0 commit comments

Comments
 (0)