Skip to content

Commit 9181a0a

Browse files
authored
new release (#17)
* updated pyproject.toml with new release version Signed-off-by: Giuseppe De Marco <[email protected]> * Update __init__.py with new version Signed-off-by: Giuseppe De Marco <[email protected]> --------- Signed-off-by: Giuseppe De Marco <[email protected]>
1 parent cf27b5b commit 9181a0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "sd-jwt"
3-
version = "0.10.3"
3+
version = "0.10.4"
44
description = "The reference implementation of the IETF SD-JWT specification."
55
authors = ["Daniel Fett <[email protected]>"]
66
readme = "README.md"

src/sd_jwt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.10.0"
1+
__version__ = "0.10.4"

0 commit comments

Comments
 (0)