diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index eb42d30..4b3c393 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -3,7 +3,7 @@ name: Release on: push: tags: - - '*.*.*' + - '*' jobs: release: diff --git a/pyproject.toml b/pyproject.toml index 86eecb7..301b73c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ packages = [ ] readme = "README.rst" repository = "https://github.com/wfscheper/hasher.git" -version = "2.1.0a0" +version = "2.1.0a1" [tool.poetry.scripts] hasher = "hasher.app:hasher"