File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.7.2] ( https://github.com/coder/balatrobot/compare/v0.7.1...v0.7.2 ) (2025-10-24)
4+
5+
6+ ### Bug Fixes
7+
8+ * increase TCP socket timeout from 60s to 300s ([ de3ba54] ( https://github.com/coder/balatrobot/commit/de3ba54656e1a378cb7e93dc1a6798e0eb946ed6 ) )
9+
310## [ 0.7.1] ( https://github.com/coder/balatrobot/compare/v0.7.0...v0.7.1 ) (2025-10-23)
411
512
Original file line number Diff line number Diff line change 11[project ]
22name = " balatrobot"
3- version = " 0.7.1 "
3+ version = " 0.7.2 "
44description = " A framework for Balatro bot development"
55readme = " README.md"
66authors = [
Original file line number Diff line number Diff line change 55from .exceptions import BalatroError
66from .models import G
77
8- __version__ = "0.7.1 "
8+ __version__ = "0.7.2 "
99__all__ = [
1010 # Main client
1111 "BalatroClient" ,
You can’t perform that action at this time.
0 commit comments