diff --git a/pyproject.toml b/pyproject.toml index 2cbf519..6062753 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "svinsight" -version = "1.0.0" +version = "1.1.0" description = "Create social vulnerability index" authors = ["Matthew Preisser "] license = "MIT" diff --git a/svinsight/__init__.py b/svinsight/__init__.py index fcdcce8..af192c2 100644 --- a/svinsight/__init__.py +++ b/svinsight/__init__.py @@ -1,3 +1,3 @@ -__version__= "1.0.0" +__version__= "1.1.0" from svinsight.svi import SVInsight \ No newline at end of file