Skip to content

Commit

Permalink
Bump version: 0.7.3 → 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Oct 17, 2024
1 parent 0c3cb0f commit 151344d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ filterwarnings = [
]

[tool.bumpversion]
current_version = "0.7.3"
current_version = "0.8.0"

search = "{current_version}"
replace = "{new_version}"
Expand Down
2 changes: 1 addition & 1 deletion tipg/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""tipg."""

__version__ = "0.7.3"
__version__ = "0.8.0"

1 comment on commit 151344d

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'TiPg Benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.30.

Benchmark suite Current: 151344d Previous: 27c5b69 Ratio
tests/benchmarks.py::test_benchmark_tilematrixset_endpoints[/collections/public.landsat_wrs/tiles] 171.9735729487939 iter/sec (stddev: 0.016012017634204925) 323.01990170618893 iter/sec (stddev: 0.00012643994401495825) 1.88

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.