From 4b3504507ad915c144c786641f2b73d26c4bbae3 Mon Sep 17 00:00:00 2001 From: mdp0023 Date: Wed, 1 May 2024 11:25:26 -0500 Subject: [PATCH] update proj version --- pyproject.toml | 2 +- svinsight/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1fc1161..54f1850 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "svinsight" -version = "0.3.61" +version = "0.3.62" description = "Create social vulnerability index" authors = ["Matthew Preisser "] license = "MIT" diff --git a/svinsight/__init__.py b/svinsight/__init__.py index c771011..2bdad07 100644 --- a/svinsight/__init__.py +++ b/svinsight/__init__.py @@ -1,3 +1,3 @@ -__version__= "0.3.61" +__version__= "0.3.62" from svinsight.svi import SVInsight \ No newline at end of file