We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fbb5fd commit dfff019Copy full SHA for dfff019
2 files changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
5
[tool.poetry]
6
name = "svinsight"
7
-version = "1.1.4"
+version = "1.2"
8
description = "Create social vulnerability index"
9
authors = ["Matthew Preisser <mattpreisser@gmail.com>"]
10
license = "MIT"
svinsight/__init__.py
@@ -1,3 +1,3 @@
1
-__version__= "1.1.4"
+__version__= "1.2"
2
3
from svinsight.svi import SVInsight
0 commit comments