Skip to content

Commit 6b37022

Browse files
committed
Reverting to post version syntax for PyPI.
1 parent 3a2b4d4 commit 6b37022

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ license = "MIT"
1616
name = "fractured-json"
1717
readme = "README.md"
1818
requires-python = ">=3.11, <3.14"
19-
version = "5.0.0+v3"
19+
version = "5.0.0post3"
2020

2121
[[project.authors]]
2222
email = "python@figsandfudge.com"

src/fractured_json/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Auto-generated during build. Do not edit.
22

3-
__version__ = "5.0.0+v3"
3+
__version__ = "5.0.0post3"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)