Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mdp0023 committed Apr 25, 2024
1 parent 476bce1 commit ac81100
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SVInsight/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__= "0.3.2"
__version__= "0.3.3"

from SVInsight.svi import SVInsight
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 = "setuptools.build_meta"

[project]
name = "SVInsight"
version = "0.3.2"
version = "0.3.3"
description = "Create social vulnerabilty index"
readme = "long_desc.md"
license = { file = "LICENSE.txt" }
Expand Down

0 comments on commit ac81100

Please sign in to comment.