diff --git a/.github/workflows/release-pypi.yaml b/.github/workflows/release-pypi.yaml index f1a6c3e..78cba98 100644 --- a/.github/workflows/release-pypi.yaml +++ b/.github/workflows/release-pypi.yaml @@ -33,7 +33,7 @@ jobs: shell: bash - name: Install hatch run: | - uv pip install hatch --system + uv tool install hatch shell: bash - name: Configure Git run: | diff --git a/krayt/__about__.py b/krayt/__about__.py index ea0e418..04e30ea 100644 --- a/krayt/__about__.py +++ b/krayt/__about__.py @@ -1 +1 @@ -__version__ = "0.4.1b1" +__version__ = "0.4.1b2"