Skip to content

Commit

Permalink
Release radio-pyse 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
suvayu committed Jul 12, 2024
1 parent f24c9b7 commit 1de96f0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ jobs:
steps:
- name: Download all wheels
uses: actions/download-artifact@v4
with:
name: dist
- name: Publish to PyPI using trusted publishing
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ PySE available on pypi::

$ pip install radio-pyse

PySE is Python 2 and Python 3 compatible.
PySE is compatible with Python 3.10 or up.


License
Expand Down
2 changes: 1 addition & 1 deletion sourcefinder/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.3"
__version__ = "0.3.0"

0 comments on commit 1de96f0

Please sign in to comment.