Skip to content

Commit

Permalink
Bump and fix
Browse files Browse the repository at this point in the history
  • Loading branch information
inverse committed Jan 20, 2023
1 parent a52cf27 commit 61c1f1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Package
run: poetry build
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@v1.6.4
with:
user: __token__
password: ${{ secrets.pypi_token }}
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 = "iolite-client"
version = "0.5.0"
version = "0.5.2"
description = "API client for interacting with IOLite's remote API"
authors = ["Malachi Soord <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 61c1f1c

Please sign in to comment.