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 6b77d37 commit aaefa7bCopy full SHA for aaefa7b
SECURITY.md
@@ -4,6 +4,7 @@
4
5
| Version | Supported |
6
| ------- | ------------------ |
7
+| 0.1.2 | :white_check_mark: |
8
| 0.1.1 | :white_check_mark: |
9
| 0.1.0 | :white_check_mark: |
10
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "swt"
3
-version = "0.1.1"
+version = "0.1.2"
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.1'
+__version__ = '0.1.2'
import time
import typing
0 commit comments