Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ch00k committed Mar 21, 2023
1 parent 31b6168 commit 3ce2514
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches:
- main
tags:
- '**'

jobs:
test:
Expand Down Expand Up @@ -45,7 +46,7 @@ jobs:
value: ${{ steps.capture_auth_cache_data.outputs.AUTH_CACHE_DATA }}
pa_token: ${{ secrets.GH_TOKEN }}

pypi:
publish:
if: github.ref_type == 'tag'
runs-on: ubuntu-latest
needs: test
Expand Down
2 changes: 1 addition & 1 deletion discogrify/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.9"
__version__ = "0.0.10"

0 comments on commit 3ce2514

Please sign in to comment.