Skip to content

Commit 02cfdaa

Browse files
committed
chore(release): v1.0.0
1 parent 3ca56a5 commit 02cfdaa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "jwt-toolkit"
3-
version = "0.1.3"
3+
version = "1.0.0"
44
description = "A command-line toolkit for inspecting, verifying, cracking, and securing JSON Web Tokens. Built to expose how JWT signing works and where it breaks."
55
readme = "README.md"
66
requires-python = ">=3.13"
@@ -18,7 +18,7 @@ keywords = [
1818
"audit",
1919
]
2020
classifiers = [
21-
"Development Status :: 3 - Alpha",
21+
"Development Status :: 4 - Beta",
2222
"Environment :: Console",
2323
"Intended Audience :: Developers",
2424
"Intended Audience :: Information Technology",

0 commit comments

Comments
 (0)