Skip to content

Commit

Permalink
Merge pull request #56 from joemoorhouse/v0.30.0
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
joemoorhouse authored Apr 9, 2024
2 parents b6ae05a + f342e72 commit fffd115
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "pypi"
waitress = "*"
Flask = "*"
flask-cors = "*"
physrisk-lib = "==0.29.0"
physrisk-lib = "==0.30.0"
flask-jwt-extended = "*"

[dev-packages]
Expand Down
14 changes: 7 additions & 7 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "physrisk-api"
version = "v0.29.0"
version = "v0.30.0"
description = "OS-Climate Physical Risk API"
authors = [
{ name = "Joe Moorhouse", email = "[email protected]" },
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ install_requires =
Flask
flask-cors
flask-jwt-extended
physrisk-lib==0.29.0
physrisk-lib==0.30.0

[options.packages.find]
where = src
Expand Down

0 comments on commit fffd115

Please sign in to comment.