Skip to content

Commit 6e0230f

Browse files
committed
Update vbl aquarium
1 parent bdc49ae commit 6e0230f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
tags:
66
- "v*"
77

8+
permissions:
9+
contents: write
10+
811
jobs:
912
# Publish Python package to PyPI.
1013
publish-to-pypi:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies = [
3535
"requests==2.32.5",
3636
"sensapex==1.400.4",
3737
"rich==14.2.0",
38-
"vbl-aquarium==1.0.0"
38+
"vbl-aquarium==1.0.1"
3939
]
4040

4141
[project.urls]

0 commit comments

Comments
 (0)