Skip to content

Commit

Permalink
Version bump (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjy5 authored Apr 19, 2024
1 parent 7602a60 commit 221f3a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down
2 changes: 1 addition & 1 deletion src/ephys_link/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.3.0b1"
__version__ = "1.3.0b2"

0 comments on commit 221f3a7

Please sign in to comment.