Skip to content

Commit

Permalink
chore(CI/CD): bump version 0.1.0 -> 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kraina-cicd committed Dec 29, 2023
1 parent dc7eea8 commit 58e9405
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "QuackOSM"
version = "0.1.0"
version = "0.2.0"
description = "An open-source tool for reading OpenStreetMap PBF files using DuckDB"
authors = [{ name = "Kamil Raczycki", email = "kraczycki@kraina.ai" }]
dependencies = [
Expand Down Expand Up @@ -151,7 +151,7 @@ close-quotes-on-newline = true
wrap-one-line = true

[tool.bumpver]
current_version = "0.1.0"
current_version = "0.2.0"
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
commit_message = "chore(CI/CD): bump version {old_version} -> {new_version}"
commit = true
Expand Down
2 changes: 1 addition & 1 deletion quackosm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from quackosm.pbf_file_reader import PbfFileReader

__app_name__ = "QuackOSM"
__version__ = "0.1.0"
__version__ = "0.2.0"

__all__ = [
"PbfFileReader",
Expand Down

0 comments on commit 58e9405

Please sign in to comment.