Skip to content

Commit

Permalink
Bumped patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
hrushikeshrv committed Mar 29, 2024
1 parent 967e2a3 commit 9d0a995
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion chessengine/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.3.3"
__version__ = "0.3.4"

from chessengine.bitboard import Board
from chessengine import moves
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
project = "chessengine"
copyright = "2022, Hrushikesh Vaidya"
author = "Hrushikesh Vaidya"
release = "0.3.3"
release = "0.3.4"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ openings = ["*.pgn"]

[project]
name = "chessengine"
version = "0.3.3"
version = "0.3.4"
authors = [
{name="Hrushikesh Vaidya", email="hrushikeshrv@gmail.com"},
]
Expand Down

0 comments on commit 9d0a995

Please sign in to comment.