We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7602a60 commit 221f3a7Copy full SHA for 221f3a7
pyproject.toml
@@ -61,7 +61,7 @@ python = "3.12"
61
dependencies = [
62
"coverage[toml]>=6.5",
63
"pytest",
64
- "python-socketio[client]==5.11.1",
+ "python-socketio[client]==5.11.2",
65
]
66
[tool.hatch.envs.default.scripts]
67
test = "pytest {args:tests}"
src/ephys_link/__about__.py
@@ -1 +1 @@
1
-__version__ = "1.3.0b1"
+__version__ = "1.3.0b2"
0 commit comments