Skip to content

Commit

Permalink
lets see what happens here
Browse files Browse the repository at this point in the history
  • Loading branch information
RichieHakim committed Sep 30, 2023
1 parent 8a1f4d3 commit 1cfbb4d
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_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
id-token: write # IMPORTANT: mandatory for sigstore

steps:
- uses: actions/checkout@v4
- name: Download all the dists
uses: actions/download-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion roicat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
for pkg in __all__:
exec('from . import ' + pkg)

__version__ = '1.1.20'
__version__ = '1.1.21'

0 comments on commit 1cfbb4d

Please sign in to comment.