From 3cb7af9e36928cbd4ac5580336dde27d2947c3aa Mon Sep 17 00:00:00 2001 From: mdp0023 Date: Wed, 1 May 2024 10:58:31 -0500 Subject: [PATCH] update version number for final beta test --- pyproject.toml | 2 +- svinsight/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 40e0014..e759544 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "svinsight" -version = "0.3.4" +version = "0.3.5" description = "Create social vulnerabilty index" authors = ["Matthew Preisser "] license = "MIT" diff --git a/svinsight/__init__.py b/svinsight/__init__.py index 939c2d1..834535b 100644 --- a/svinsight/__init__.py +++ b/svinsight/__init__.py @@ -1,3 +1,3 @@ -__version__= "0.3.4" +__version__= "0.3.5" from svinsight.svi import SVInsight \ No newline at end of file