Skip to content

Commit

Permalink
bump to 0.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jhillairet committed Nov 17, 2024
1 parent a322b4e commit 78a2381
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ jobs:

- name: Download artifacts
uses: actions/download-artifact@v4
with:
name: dist
path: dist/

- name: Build Package
run: uv build
Expand Down
2 changes: 1 addition & 1 deletion west_ic_antenna/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.12.4'
__version__ = '0.12.5'

from .antenna import *
from .topica import TopicaResult
Expand Down

0 comments on commit 78a2381

Please sign in to comment.