Skip to content

Commit

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

* docs: update CHANGELOG.md
  • Loading branch information
kraina-cicd authored Sep 6, 2024
1 parent 52f27de commit bac6c5b
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.2] - 2024-09-06

### Added

- Basic library tests
Expand All @@ -26,6 +28,8 @@ 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.1...HEAD
[Unreleased]: https://github.com/kraina-ai/overturemaestro/compare/0.0.2...HEAD

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

[0.0.1]: https://github.com/kraina-ai/overturemaestro/releases/tag/0.0.1
2 changes: 1 addition & 1 deletion overturemaestro/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from overturemaestro.release_index import get_available_theme_type_pairs

__app_name__ = "OvertureMaestro"
__version__ = "0.0.1"
__version__ = "0.0.2"

__all__ = [
"convert_geometry_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.1"
version = "0.0.2"
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.1"
current_version = "0.0.2"
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 bac6c5b

Please sign in to comment.