Compare commits

...

2 commits
v0.4.2 ... main

Author SHA1 Message Date
WaylonWalker
0f9e70267e Bump version: 0.4.3b0 → 0.4.3
Some checks failed
Release Krayt / pypi-release-krayt (push) Failing after 1m16s
2025-04-24 01:46:17 +00:00
Waylon S. Walker
f8c44999fe release 0.4.3 2025-04-23 20:45:16 -05:00
3 changed files with 6 additions and 4 deletions

View file

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

View file

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