Skip to content

Commit

Permalink
chore: version up
Browse files Browse the repository at this point in the history
  • Loading branch information
leocov-dev committed Jun 28, 2024
1 parent 3bcfa6d commit f2d23f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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


# -------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit f2d23f0

Please sign in to comment.