From 362c40bdca12baea664de5e11960385babd54f69 Mon Sep 17 00:00:00 2001 From: mdp0023 Date: Sun, 10 Nov 2024 15:47:22 -0600 Subject: [PATCH] Update to v1.1.3 --- pyproject.toml | 2 +- svinsight/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9378467..2a4b14c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "svinsight" -version = "1.1.2" +version = "1.1.3" description = "Create social vulnerability index" authors = ["Matthew Preisser "] license = "MIT" diff --git a/svinsight/__init__.py b/svinsight/__init__.py index 9cfc92c..e815d2f 100644 --- a/svinsight/__init__.py +++ b/svinsight/__init__.py @@ -1,3 +1,3 @@ -__version__= "1.1.2" +__version__= "1.1.3" from svinsight.svi import SVInsight \ No newline at end of file