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 f72dbf2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish_pybwa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,11 @@ jobs:
pull-requests: read
needs: make-changelog
steps:
- name: Download the sdist
uses: actions/download-artifact@v4
with:
name: pybwa-sdist
path: pybwa-sdist.zip
- name: Download the sdist
uses: actions/download-artifact@v4
with:
name: pybwa-sdist
path: pybwa-sdist.zip
- name: Unzip
run: unzip pybwa-sdist.zip
- name: Create Draft Release
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 f72dbf2

Please sign in to comment.