Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnectedSystems committed Oct 19, 2022
1 parent c5cc5f2 commit e7e28a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ authors:
given-names: "Jon"
orcid: "0000-0002-4081-3175"
title: "SALib: An open-source Python library for sensitivity analysis"
version: 1.4.6
version: 1.4.6.1
doi: 10.21105/joss.00097
date-released: 2022-05-01
url: "https://github.com/SALib/SALib"
Expand Down
2 changes: 1 addition & 1 deletion src/SALib/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from SALib.util import ProblemSpec

__version__ = "1.4.6"
__version__ = "1.4.6.1"

__all__ = ["ProblemSpec"]

0 comments on commit e7e28a9

Please sign in to comment.