Skip to content

Commit

Permalink
Fix version in pyproject.toml (#14)
Browse files Browse the repository at this point in the history
version in `pyproject.toml` is not synced wth actual release.
  • Loading branch information
Sigmanificient authored Jun 1, 2024
1 parent f6c893f commit 79774d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sigparse"
version = "1.0.0"
version = "3.0.0"
description = "Backports python3.10 typing features into python 3.7 and newer."
authors = ["Lunarmagpie <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 79774d2

Please sign in to comment.