From 7df830e7fbcb356e45bae6ed74b9823107683255 Mon Sep 17 00:00:00 2001 From: Artemiy Vereshchinskiy Date: Tue, 4 Feb 2025 01:33:01 +0700 Subject: [PATCH] Fix package version in toml file --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a6f0864..4868b56 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "rushdb" -version = "0.1.0" +version = "0.2.0" description = "RushDB Python SDK" authors = ["RushDB Team "] license = "Apache-2.0"