Skip to content

Commit 827f348

Browse files
update pyproject
1 parent d580102 commit 827f348

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
@@ -64,7 +64,7 @@ jobs:
6464

6565
- name: Install uv
6666
run: |
67-
curl -LsSf https://astral.sh/uv/install.sh | sh
67+
curl -LsSf https://astral.sh/uv/0.5.4/install.sh | sh
6868
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
6969
7070
- name: Build package

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.6"
3+
version = "0.1.7"
44
description = "Intent classification service"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)