Skip to content

Commit

Permalink
fix: fix auto bump version
Browse files Browse the repository at this point in the history
Signed-off-by: longhao <[email protected]>
  • Loading branch information
loonghao committed Sep 14, 2023
1 parent 02797f6 commit 6053ed6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.9'
python-version: '3.10'
- run: pip install --upgrade pip && python -m pip install -U pip poetry
- run: poetry --version
- run: poetry install
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "photoshop-python-api"
version = "0.21.8"
version = "0.21.9"
description = "Python API for Photoshop."
homepage = "https://github.com/loonghao/photoshop-python-api"
repository = "https://github.com/loonghao/photoshop-python-api"
Expand Down Expand Up @@ -59,7 +59,7 @@ mkdocs-literate-nav = "^0.6.0"

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.21.8"
version = "0.21.9"
tag_format = "v$version"
version_files = [
"pyproject.toml:version",
Expand Down

0 comments on commit 6053ed6

Please sign in to comment.