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