Skip to content

Commit

Permalink
bump: version 0.1.0 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Jan 7, 2025
1 parent c4add48 commit ba435a8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
# Changelog

## 0.1.0 (2025-01-07)

### Feat

- first commit, functional code, add license

### Fix

- add check for correct type of geojson input
2 changes: 1 addition & 1 deletion geojson_aoi/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0"
__version__ = "0.2.0"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "geojson-aoi-parser"
version = "0.1.0"
version = "0.2.0"
description = "Parse and normalize a GeoJSON area of interest, using pure Python."
readme = "README.md"
license = {text = "GPL-3.0-only"}
Expand Down Expand Up @@ -48,7 +48,7 @@ testpaths = [

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.1.0"
version = "0.2.0"
version_files = [
"pyproject.toml:version",
"geojson_aoi/__version__.py",
Expand Down

0 comments on commit ba435a8

Please sign in to comment.