Skip to content

Commit d580102

Browse files
update pyproject
1 parent 5afb3d0 commit d580102

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Install dependencies
3131
run: |
32-
curl -LsSf https://astral.sh/uv/install.sh | sh
32+
curl -LsSf https://astral.sh/uv/0.5.4/install.sh | sh
3333
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
3434
uv pip install --system -e ".[dev]"
3535

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "intent-service"
3-
version = "0.1.7"
3+
version = "0.1.6"
44
description = "Intent classification service"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)