release 0.4.3

This commit is contained in:
Waylon S. Walker 2025-04-23 20:45:16 -05:00
parent 45e5dd74aa
commit f8c44999fe
3 changed files with 6 additions and 4 deletions

View file

@ -22,9 +22,7 @@ jobs:
env:
# required for gh release
GH_TOKEN: ${{ github.token }}
gh-release-krayt:
runs-on: ubuntu-latest
steps:
- run: sudo rm -rf dist
- name: Install just
run: |
curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to /usr/local/bin

View file

@ -1,3 +1,7 @@
## 0.4.3
- working out binary release process
## 0.4.2
- working out binary release process

View file

@ -1 +1 @@
__version__ = "0.4.2"
__version__ = "0.4.3b0"