Skip to content

Commit

Permalink
chore(release): bump to 1.0.3 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
nh13 committed Jan 17, 2025
1 parent 0fe5009 commit 70ad937
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish_pybwa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@ jobs:
pull-requests: read
needs: make-changelog
steps:
- name: Download the sdist
uses: actions/download-artifact@v4
with:
- name: Download the sdist
uses: actions/download-artifact@v4
with:
name: pybwa-sdist
path: pybwa-sdist.zip
- name: Unzip
Expand Down
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 = "pybwa"
version = "1.0.2"
version = "1.0.3"
description = "Python bindings for BWA"
authors = ["Nils Homer"]
license = "MIT"
Expand Down

0 comments on commit 70ad937

Please sign in to comment.