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 3ef3342 commit 8e2ce5d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.0"
__version__= "0.3.1"

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.0"
version = "0.3.1"
dependencies = [
"census",
"factor_analyzer",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='SVInsight',
version='0.3.0',
version='0.3.1',
license='MIT',
description='SVInsight - A python package for calculating an exploratory social vulnerability index',
author='M. Preisser, P. Passalacqua, R. P. Bixler',
Expand Down

0 comments on commit 8e2ce5d

Please sign in to comment.