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