We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 936618c commit 729206dCopy full SHA for 729206d
.github/workflows/release.yml
@@ -79,7 +79,7 @@ jobs:
79
GITHUB_TOKEN: ${{ github.token }}
80
run: >-
81
gh release create
82
- 'v0.1.9'
+ 'v0.1.10'
83
--repo '${{ github.repository }}'
84
--notes ""
85
- name: Upload artifact signatures to GitHub Release
pyproject.toml
@@ -10,7 +10,7 @@ authors = [
10
]
11
description = "A client facing API for interacting with the WeCo AI function builder service."
12
readme = "README.md"
13
-version = "0.1.9"
+version = "0.1.10"
14
license = {text = "MIT"}
15
requires-python = ">=3.8"
16
dependencies = ["asyncio", "httpx[http2]", "pillow"]
0 commit comments