diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ee37c8..3f13f0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.3](https://github.com/coder/balatrobot/compare/v0.7.2...v0.7.3) (2025-10-25) + + +### Bug Fixes + +* use comma-separated list of ports ([42a566a](https://github.com/coder/balatrobot/commit/42a566a85bf119c5657e89de0fca73d194aad62b)) + ## [0.7.2](https://github.com/coder/balatrobot/compare/v0.7.1...v0.7.2) (2025-10-24) diff --git a/pyproject.toml b/pyproject.toml index da34c31..d71250f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "balatrobot" -version = "0.7.2" +version = "0.7.3" description = "A framework for Balatro bot development" readme = "README.md" authors = [ diff --git a/src/balatrobot/__init__.py b/src/balatrobot/__init__.py index 89db131..a06c332 100644 --- a/src/balatrobot/__init__.py +++ b/src/balatrobot/__init__.py @@ -5,7 +5,7 @@ from .exceptions import BalatroError from .models import G -__version__ = "0.7.2" +__version__ = "0.7.3" __all__ = [ # Main client "BalatroClient",