Skip to content

Commit

Permalink
Update version number (FIPS int bug fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdp0023 committed May 2, 2024
1 parent ca2d2ef commit adb26e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <mattpreisser@gmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion svinsight/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__= "1.0.0"
__version__= "1.1.0"

from svinsight.svi import SVInsight

0 comments on commit adb26e6

Please sign in to comment.