Skip to content

Commit

Permalink
Bump patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
hrushikeshrv committed Jan 26, 2023
1 parent 1cedba7 commit f681fc7
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.0"
__version__ = "0.3.1"

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.0"
release = "0.3.1"

# -- 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.0"
version = "0.3.1"
authors = [
{name="Hrushikesh Vaidya", email="hrushikeshrv@gmail.com"},
]
Expand Down

0 comments on commit f681fc7

Please sign in to comment.