From 99c6064e6ee3cb102528e4160739d7c883075632 Mon Sep 17 00:00:00 2001 From: Denys Date: Mon, 25 Nov 2024 12:50:41 -0800 Subject: [PATCH] bump --- krec/bindings/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/krec/bindings/pyproject.toml b/krec/bindings/pyproject.toml index d4d3c3c..7da912b 100644 --- a/krec/bindings/pyproject.toml +++ b/krec/bindings/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "bindings" -version = "0.1.4" +version = "0.1.5" description = "Python bindings for KRec" authors = [{ name = "Denys Bezmenov", email = "denys@kscale.dev" }] requires-python = ">=3.7"