Skip to content

Commit

Permalink
Patch 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rhjdjong committed Dec 4, 2024
1 parent 8f96870 commit 6d50223
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install Hatch
run: pip install --upgrade hatch
run: python -m pip install --upgrade pip hatch

- name: Run style check
run: hatch run style:check
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.6.2"
VERSION = "0.6.3"

0 comments on commit 6d50223

Please sign in to comment.