Skip to content

Commit a1e651c

Browse files
committed
Merge branch 'main' into jackhammer-mode
2 parents 39ba24d + 4455630 commit a1e651c

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.github/workflows/code-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
cache-dependency-glob: "**/pyproject.toml"
5252

5353
- name: 🐍 Setup Python
54-
uses: actions/setup-python@v5
54+
uses: actions/setup-python@v6
5555
with:
5656
python-version: "3.13"
5757

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
cache-dependency-glob: "**/pyproject.toml"
3737

3838
- name: 🐍 Setup Python
39-
uses: actions/setup-python@v5
39+
uses: actions/setup-python@v6
4040
with:
4141
python-version: "3.13"
4242

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
cache-dependency-glob: "**/pyproject.toml"
3333

3434
- name: 🐍 Setup Python
35-
uses: actions/setup-python@v5
35+
uses: actions/setup-python@v6
3636
with:
3737
python-version: "3.13"
3838

@@ -64,7 +64,7 @@ jobs:
6464
cache-dependency-glob: "**/pyproject.toml"
6565

6666
- name: 🐍 Setup Python
67-
uses: actions/setup-python@v5
67+
uses: actions/setup-python@v6
6868
with:
6969
python-version: "3.13"
7070

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
cache-dependency-glob: "**/pyproject.toml"
2424

2525
- name: 🐍 Setup Python
26-
uses: actions/setup-python@v5
26+
uses: actions/setup-python@v6
2727
with:
2828
python-version: "3.13"
2929

ephys_link.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ bindings = [binding for binding in collect_submodules("ephys_link.bindings") if
1919
a = Analysis(
2020
['src\\ephys_link\\__main__.py'],
2121
pathex=[],
22-
binaries=[('src\\ephys_link\\resources', 'ephys_link\\resources')],
22+
binaries=[],
2323
datas=[],
2424
hiddenimports=['engineio.async_drivers.aiohttp'] + bindings,
2525
hookspath=[],

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies = [
3030
"colorama==0.4.6",
3131
"keyboard==0.13.5",
3232
"packaging==25.0",
33-
"platformdirs==4.3.8",
33+
"platformdirs==4.4.0",
3434
"pyserial==3.5",
3535
"python-socketio[asyncio_client]==5.13.0",
3636
"requests==2.32.5",

src/ephys_link/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.1.1"
1+
__version__ = "2.1.2"

0 commit comments

Comments
 (0)