diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 09cdd9a..2750204 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,7 @@ permissions: on: push: tags: - - v[0-9]+.[0-9]+.[0-9]+ + - [0-9]+.[0-9]+.[0-9]+ jobs: # First we are going to create a task that generates a new release in GitHub diff --git a/docs/source/release_notes.rst b/docs/source/release_notes.rst index a46a349..75702be 100644 --- a/docs/source/release_notes.rst +++ b/docs/source/release_notes.rst @@ -2,7 +2,7 @@ Release Notes ============= -Version 0.0.3 - 2023-08-11 +Version 0.0.4 - 2023-08-11 ========================== This is a minimal maintenance update to support inclusion of ``numba-rvsdg`` as @@ -22,6 +22,11 @@ Authors: * `sklam `_ * `esc `_ +Version 0.0.3 - 2023-08-11 +========================== + +* RELEASE FAILED + Version 0.0.2 - 2023-06-22 ========================== diff --git a/pyproject.toml b/pyproject.toml index 6975b37..9ff1b7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "numba_rvsdg" -version = "0.0.2" +version = "0.0.4" authors = [ {name = "Numba Developers", email="none@none.none"}, ]