Skip to content

Commit

Permalink
bump: version 0.0.1 → 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Feb 20, 2025
1 parent 986c84c commit 34af5e2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## 0.0.2 (2025-02-20)

### Fix

- **upload**: adds upload fixes
10 changes: 9 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[project]
name = "obe"
version = "0.1.0"
description = "Open Buildings Extractor"
authors = [
{name = "kshitijrajsharma",email = "skshitizraj@gmail.com"}
Expand All @@ -22,13 +21,22 @@ dependencies = [
obe = "obe.app:main"

[tool.poetry]
version = "0.0.2"
packages = [{include = "obe", from = "src"}]


[tool.poetry.group.dev.dependencies]
pytest = "^8.3.4"
commitizen = "^4.2.2"


[tool.commitizen]
name = "cz_conventional_commits"
tag_format = "$version"
version_scheme = "semver"
version_provider = "poetry"
update_changelog_on_bump = true
major_version_zero = true
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 34af5e2

Please # to comment.