We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1890abe commit b23bc82Copy full SHA for b23bc82
SECURITY.md
@@ -4,6 +4,7 @@
4
5
| Version | Supported |
6
| ------- | ------------------ |
7
+| 0.1.3 | :white_check_mark: |
8
| 0.1.2 | :white_check_mark: |
9
| 0.1.1 | :white_check_mark: |
10
| 0.1.0 | :white_check_mark: |
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "swt"
3
-version = "0.1.2"
+version = "0.1.3"
description = "Simple Web Token library for Python"
authors = ["David Jack Wange Olrik <[email protected]>"]
license = "MIT"
src/swt/__init__.py
@@ -1,4 +1,4 @@
-__version__ = '0.1.2'
+__version__ = '0.1.3'
import time
import typing
0 commit comments