Skip to content

Commit 221f3a7

Browse files
authored
Version bump (#342)
1 parent 7602a60 commit 221f3a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ python = "3.12"
6161
dependencies = [
6262
"coverage[toml]>=6.5",
6363
"pytest",
64-
"python-socketio[client]==5.11.1",
64+
"python-socketio[client]==5.11.2",
6565
]
6666
[tool.hatch.envs.default.scripts]
6767
test = "pytest {args:tests}"

src/ephys_link/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.3.0b1"
1+
__version__ = "1.3.0b2"

0 commit comments

Comments
 (0)