Skip to content

Commit

Permalink
chore(CI/CD): bump version 0.0.2 -> 0.0.3 (#16)
Browse files Browse the repository at this point in the history
* chore(CI/CD): bump version 0.0.2 -> 0.0.3

* docs: update CHANGELOG.md
  • Loading branch information
kraina-cicd authored Sep 8, 2024
1 parent 3803822 commit 2a94988
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.3] - 2024-09-08

### Added

- Alternative bounding box related functions for downloading data
Expand All @@ -32,7 +34,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Functions for downloading the data using generated indexes
- Function for displaying available theme and type values

[Unreleased]: https://github.com/kraina-ai/overturemaestro/compare/0.0.2...HEAD
[Unreleased]: https://github.com/kraina-ai/overturemaestro/compare/0.0.3...HEAD

[0.0.3]: https://github.com/kraina-ai/overturemaestro/compare/0.0.2...0.0.3

[0.0.2]: https://github.com/kraina-ai/overturemaestro/compare/0.0.1...0.0.2

Expand Down
2 changes: 1 addition & 1 deletion overturemaestro/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from overturemaestro.release_index import get_available_theme_type_pairs

__app_name__ = "OvertureMaestro"
__version__ = "0.0.2"
__version__ = "0.0.3"

__all__ = [
"convert_bounding_box_to_geodataframe",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "OvertureMaestro"
version = "0.0.2"
version = "0.0.3"
description = "An open-source tool for downloading Overture Maps data with quality of life features"
authors = [
{name = "Kamil Raczycki", email = "kraczycki@kraina.ai"},
Expand Down Expand Up @@ -173,7 +173,7 @@ close-quotes-on-newline = true
wrap-one-line = true

[tool.bumpver]
current_version = "0.0.2"
current_version = "0.0.3"
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
commit_message = "chore(CI/CD): bump version {old_version} -> {new_version}"
commit = true
Expand Down

0 comments on commit 2a94988

Please sign in to comment.