diff --git a/pyproject.toml b/pyproject.toml index 2f3de74..699180f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ python = "3.12" dependencies = [ "coverage[toml]>=6.5", "pytest", - "python-socketio[client]==5.11.1", + "python-socketio[client]==5.11.2", ] [tool.hatch.envs.default.scripts] test = "pytest {args:tests}" diff --git a/src/ephys_link/__about__.py b/src/ephys_link/__about__.py index 712ea65..42af590 100644 --- a/src/ephys_link/__about__.py +++ b/src/ephys_link/__about__.py @@ -1 +1 @@ -__version__ = "1.3.0b1" +__version__ = "1.3.0b2"