From 70ad9375004da073daa2422d8a3d2d563331a47d Mon Sep 17 00:00:00 2001 From: Nils Homer Date: Thu, 16 Jan 2025 16:08:46 -0800 Subject: [PATCH] chore(release): bump to 1.0.3 (#15) --- .github/workflows/publish_pybwa.yml | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish_pybwa.yml b/.github/workflows/publish_pybwa.yml index 381432d..9eccf8e 100644 --- a/.github/workflows/publish_pybwa.yml +++ b/.github/workflows/publish_pybwa.yml @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 217eb36..35741b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"