From 225aaa9ee2f7cf9ed5f99030fff9e9812fb8d4d4 Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Tue, 19 Dec 2023 19:11:45 +0200 Subject: [PATCH] 0.0.24 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c2163d1..50ba6a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -690,7 +690,7 @@ dependencies = [ [[package]] name = "libsql-python" -version = "0.0.23" +version = "0.0.24" dependencies = [ "libsql", "pyo3", diff --git a/Cargo.toml b/Cargo.toml index 377cabb..c544943 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libsql-python" -version = "0.0.23" +version = "0.0.24" edition = "2021" [lib]