From 221f3a7f608092d7f40c6e94c1d5886a824327e8 Mon Sep 17 00:00:00 2001 From: Kenneth Yang <82800265+kjy5@users.noreply.github.com> Date: Fri, 19 Apr 2024 16:41:45 -0700 Subject: [PATCH] Version bump (#342) --- pyproject.toml | 2 +- src/ephys_link/__about__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"