Skip to content

Commit

Permalink
0.1.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jan 25, 2025
1 parent b48786d commit ec56c13
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# CHANGELOG


## v0.1.3 (2025-01-25)

### Bug Fixes

- Get correct version in pyproject
([`b48786d`](https://github.com/DVDAGames/pgn-tokenizer/commit/b48786dc8be6534f43f2b5930c8aa1e317c4803d))


## v0.1.2 (2025-01-25)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pgn-tokenizer"
version = "0.1.2"
version = "0.1.3"
description = "A byte pair encoding tokenizer for chess portable game notation (PGN)"
readme = "README.md"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/pgn_tokenizer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

from pgn_tokenizer.constants import DATASET_NAME # noqa: E402

__version__ = "0.1.2"
__version__ = "0.1.3"

base_path = Path(__file__).parent

Expand Down

0 comments on commit ec56c13

Please sign in to comment.