From 0fd31a91ccf7b4838912520ffa5694b9d736eb07 Mon Sep 17 00:00:00 2001 From: Leo Developer Date: Sat, 12 Oct 2024 14:03:09 +0200 Subject: [PATCH] bump version to 0.5.0-alpha0 did a bunch of changes but havent tested them thoroughly yet, so alpha instead of straight to 0.5.0 --- luapack.yue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luapack.yue b/luapack.yue index 18b0c58..e71a5ed 100644 --- a/luapack.yue +++ b/luapack.yue @@ -74,7 +74,7 @@ export helpers = { export __author__ = "Leo Developer" export __url__ = "https://github.com/le0developer/luapack" export __license__ = "MIT" -export __version__ = "0.4.3" +export __version__ = "0.5.0-alpha0" export default_plugins = {n: 0}