From f8c2b2250bbeca2bd6bd1c6240a82963d1df5639 Mon Sep 17 00:00:00 2001 From: Robert Pack <42610831+roeap@users.noreply.github.com> Date: Mon, 5 Aug 2024 23:19:23 +0200 Subject: [PATCH] chore: prepare release (#26) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 87256b9..eadae14 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "object-stores" -version = "0.1.0" +version = "0.2.0" description = "Python bindings and integrations for the rust object_store crate." authors = ["Robert Pack "] license = "MIT"