Skip to content

Commit

Permalink
prepping for a 2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rlittlefield committed Jun 4, 2024
1 parent 64b4101 commit ba0c687
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[tool.poetry]
name = "paseto"
version = "1.0.1"
version = "2.0.0"
description = "Platform-Agnostic Security Tokens for Python (PASETO)"
authors = ["Ryan Littlefield <[email protected]>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/rlittlefield/pypaseto"
keywords = ["paseto", "pypaseto", "jwt", "token"]
classifiers = [
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Topic :: Security :: Cryptography"
]

Expand Down

0 comments on commit ba0c687

Please sign in to comment.