Skip to content

Commit

Permalink
bump: version 0.2.0a2 → 0.2.0a3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 18, 2023
1 parent 6c8e124 commit 9ec01cf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.2.0a3 (2023-08-18)

### Feat

- add py.typed marker

## 0.2.0a2 (2023-08-18)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion osm4gpd/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.0a2"
__version__ = "0.2.0a3"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "osm4gpd"
version = "0.2.0a2"
version = "0.2.0a3"
description = "A parser that loads openstreetmaps native protobuf format into a sparse geopandas dataframe."
authors = ["Christian <[email protected]>"]
readme = "README.md"
Expand Down Expand Up @@ -33,7 +33,7 @@ bandit = "^1.7.5"
pandas-stubs = "^2.0.3.230814"

[tool.commitizen]
version = "0.2.0a2"
version = "0.2.0a3"
tag_format = "$version"
version_files = [
"osm4gpd/__version__.py",
Expand Down

0 comments on commit 9ec01cf

Please sign in to comment.