Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
forefy committed Feb 9, 2024
1 parent 6575e01 commit 4e6062f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
with:
python-version: '3.x'

# artifact name and pypi version are determined by the pyproject.toml
- name: Build
run: |
pip install poetry
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "eburger"
version = "0.1.0"
version = "0.1.1"
description = ""
authors = ["tomie <admin@forefy.com>"]
readme = "README.md"
Expand Down

0 comments on commit 4e6062f

Please sign in to comment.