diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index ef3049c..6a63a39 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -27,7 +27,7 @@ jobs: - name: Check Version Strings env: TAG: ${{ steps.vars.outputs.tag }} - run: pipx run hatch run scripts/validate-version.py + run: pipx run hatch run scripts/validate-version.py --check-tag # ------------- diff --git a/pyproject.toml b/pyproject.toml index 2133ce2..44d479e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build" [project] name = "blurhash-pyside" -version = "0.1.0" +version = "0.2.0" description = "Encode or Decode Blurhash strings in a PySide2/6 project." readme = "README.md" license-files = { paths = ["LICENSE"] }