release 0.4.2

This commit is contained in:
Waylon S. Walker 2025-04-23 20:40:38 -05:00
parent d6056cead2
commit eb54e314ff
3 changed files with 9 additions and 2 deletions

View file

@ -12,7 +12,7 @@ permissions:
packages: none
id-token: write
jobs:
release-krayt:
pypi-release-krayt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
@ -22,6 +22,9 @@ jobs:
env:
# required for gh release
GH_TOKEN: ${{ github.token }}
gh-release-krayt:
runs-on: ubuntu-latest
steps:
- 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.2
- working out binary release process
## 0.4.1
- Automated release for both pypi and github

View file

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