Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

Commit

Permalink
bump version 1.0.2 -> 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
menisadi committed Mar 13, 2024
1 parent 42d9c7a commit 9ca0e48
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
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pgn2anki"
version = "1.0.2"
version = "1.0.3"
description = "Convert chess PGN into Anki deck"
readme = "README.md"
authors = [{ name = "Meni Sadigurschi", email = "[email protected]" }]
Expand Down Expand Up @@ -36,7 +36,7 @@ Homepage = "https://github.com/menisadi/pgn2anki"
pgn2anki = "pgn2anki.__main__:main"

[tool.bumpver]
current_version = "1.0.2"
current_version = "1.0.3"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump version {old_version} -> {new_version}"
tag_message = "{new_version}"
Expand Down
2 changes: 1 addition & 1 deletion src/pgn2anki/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Version of the package
__version__ = "1.0.2"
__version__ = "1.0.3"

0 comments on commit 9ca0e48

Please sign in to comment.