diff --git a/.github/workflows/autoformat-and-lint.yml b/.github/workflows/autoformat-and-lint.yml index ed10c68..774d3b1 100644 --- a/.github/workflows/autoformat-and-lint.yml +++ b/.github/workflows/autoformat-and-lint.yml @@ -21,14 +21,8 @@ jobs: ref: ${{ github.head_ref }} token: ${{ secrets.WORKFLOW_COMMIT_TOKEN }} - - name: 🐍 Setup Python - uses: actions/setup-python@v5 - with: - python-version: '3.12' - cache: 'pip' - - - name: 📦 Install Hatch - run: pip install hatch + - name: 🥚 Install Hatch + uses: pypa/hatch@install - name: 📝 Static Analysis run: hatch fmt diff --git a/src/vbl_aquarium/__about__.py b/src/vbl_aquarium/__about__.py index 479dad0..40b07ef 100644 --- a/src/vbl_aquarium/__about__.py +++ b/src/vbl_aquarium/__about__.py @@ -1 +1 @@ -__version__ = "0.0.22" +__version__ = "0.0.23"