From d8d5893d38e0f4941c182a8b8c59b46a3e83d566 Mon Sep 17 00:00:00 2001 From: Sagi Polaczek <56922146+SagiPolaczek@users.noreply.github.com> Date: Wed, 13 Nov 2024 12:19:47 +0300 Subject: [PATCH] Versions sync (#17) Co-authored-by: Sagi Polaczek --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 35340ac..cb3524b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ authors = [ {name="IBM Research"}, {name="Moshe Raboh", email="moshiko.raboh@ibm.com"} ] -version = "0.0.2" +version = "0.2.1" readme = "README.md" license = {file = "LICENSE.txt"} # due to how PEP 440 defines version matching, prefer [incl, excl) definitions like below: