Skip to content

Commit

Permalink
Merge pull request #53 from joemoorhouse/v0.28.0
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
joemoorhouse authored Mar 20, 2024
2 parents 0a3d6b4 + c819b0e commit 547d078
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 19 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.26.0"
physrisk-lib = "==0.28.0"
flask-jwt-extended = "*"

[dev-packages]
Expand Down
72 changes: 56 additions & 16 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.26.0"
version = "v0.28.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.26.0
physrisk-lib==0.28.0

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

0 comments on commit 547d078

Please sign in to comment.