From 1fee6e2c97be2fc1b8db531a8167b4678eb628ca Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Wed, 23 Apr 2025 20:19:57 -0500 Subject: [PATCH] fix deployment --- justfile | 2 +- krayt/__about__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/justfile b/justfile index f62f5c9..35dfece 100644 --- a/justfile +++ b/justfile @@ -31,7 +31,7 @@ create-archives: rm -rf dist build hatch build -t binary - krayt_bin=dist/binary/krayt-${VERSION} + krayt_bin=dist/binary/krayt-${VERSION}/krayt_linux_amd64 # Create the binary for each platform for platform in "x86_64-unknown-linux-gnu" "aarch64-unknown-linux-gnu"; do diff --git a/krayt/__about__.py b/krayt/__about__.py index 04e30ea..7c5a130 100644 --- a/krayt/__about__.py +++ b/krayt/__about__.py @@ -1 +1 @@ -__version__ = "0.4.1b2" +__version__ = "0.4.1b3"