Skip to content

Commit

Permalink
fix: get correct version in pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
ericrallen committed Jan 25, 2025
1 parent d2738d0 commit b48786d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pgn-tokenizer"
version = "0.1.1"
version = "0.1.2"
description = "A byte pair encoding tokenizer for chess portable game notation (PGN)"
readme = "README.md"
license = "MIT"
Expand Down Expand Up @@ -43,7 +43,7 @@ version_variables = [
"src/pgn_tokenizer/__init__.py:__version__",
]
version_toml = [
"pyproject.toml:tool.poetry.version",
"pyproject.toml:project.version",
]

[build-system]
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b48786d

Please sign in to comment.