From 675cc148423f18cf4e7a7b3ebac6ba072e9d9917 Mon Sep 17 00:00:00 2001 From: Matt Green Date: Mon, 9 Dec 2024 15:08:34 -0800 Subject: [PATCH] version bump --- py-denormalized/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-denormalized/Cargo.toml b/py-denormalized/Cargo.toml index c43057c..87c489d 100644 --- a/py-denormalized/Cargo.toml +++ b/py-denormalized/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "denormalized-python" -version = "0.0.11" +version = "0.0.12" edition = "2021" homepage = "https://github.com/probably-nothing-labs/denormalized.git" repository = "https://github.com/probably-nothing-labs/denormalized.git"