diff --git a/CHANGELOG.md b/CHANGELOG.md index f8bec04a..9d1baef9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.3](https://github.com/coder/balatrobot/compare/v1.5.2...v1.5.3) (2026-06-17) + + +### Documentation + +* **ci:** version docs with mike for main, tags, and dev ([e7c6db8](https://github.com/coder/balatrobot/commit/e7c6db8a9ad88318f6e4128eefd6e61aafc94885)) + ## [1.5.2](https://github.com/coder/balatrobot/compare/v1.5.1...v1.5.2) (2026-06-11) diff --git a/pyproject.toml b/pyproject.toml index 77e0052d..00e322fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "balatrobot" -version = "1.5.2" +version = "1.5.3" description = "API for developing Balatro bots" readme = "README.md" authors = [ diff --git a/src/balatrobot/__init__.py b/src/balatrobot/__init__.py index 970a360d..37f52aa5 100644 --- a/src/balatrobot/__init__.py +++ b/src/balatrobot/__init__.py @@ -4,5 +4,5 @@ from balatrobot.config import Config from balatrobot.manager import BalatroInstance -__version__ = "1.5.2" +__version__ = "1.5.3" __all__ = ["APIError", "BalatroClient", "BalatroInstance", "Config", "__version__"]