From 42972bfe7757d4cbad9e68b41f2e4384ca86e852 Mon Sep 17 00:00:00 2001 From: Deepak Date: Tue, 14 Nov 2023 12:50:12 -0600 Subject: [PATCH] chore: changing release to accurate 0.0.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1326692..fcf224b 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tantri" -version = "0.9.2" +version = "0.0.1" description = "Python dipole model evaluator" authors = ["Deepak "] license = "GPL-3.0-only"