From ac811006fd8830ae41a9d623e9fd46c9eb760446 Mon Sep 17 00:00:00 2001 From: mdp0023 Date: Thu, 25 Apr 2024 16:34:06 -0500 Subject: [PATCH] update version number --- SVInsight/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SVInsight/__init__.py b/SVInsight/__init__.py index 6fcfd7a..cfef889 100644 --- a/SVInsight/__init__.py +++ b/SVInsight/__init__.py @@ -1,3 +1,3 @@ -__version__= "0.3.2" +__version__= "0.3.3" from SVInsight.svi import SVInsight \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 7fdafb6..6d9a4da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "SVInsight" -version = "0.3.2" +version = "0.3.3" description = "Create social vulnerabilty index" readme = "long_desc.md" license = { file = "LICENSE.txt" }