Skip to content

Commit 729206d

Browse files
committed
update version
1 parent 936618c commit 729206d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
GITHUB_TOKEN: ${{ github.token }}
8080
run: >-
8181
gh release create
82-
'v0.1.9'
82+
'v0.1.10'
8383
--repo '${{ github.repository }}'
8484
--notes ""
8585
- name: Upload artifact signatures to GitHub Release

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors = [
1010
]
1111
description = "A client facing API for interacting with the WeCo AI function builder service."
1212
readme = "README.md"
13-
version = "0.1.9"
13+
version = "0.1.10"
1414
license = {text = "MIT"}
1515
requires-python = ">=3.8"
1616
dependencies = ["asyncio", "httpx[http2]", "pillow"]

0 commit comments

Comments
 (0)