Skip to content

Commit

Permalink
bump: version 0.1.0 → 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robsavoye committed Sep 11, 2023
1 parent a46157d commit 663cd25
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion osm_rawdata/__version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Project version"""
__version__ = "0.1.0"
__version__ = "0.1.1"
1 change: 0 additions & 1 deletion osm_rawdata/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ def parseYaml(self,
self.config['select'][table].append({k2: dict()})

self.config['keep'] = data['keep']

# The table names are based on the Underpass schema, nodes, ways_poly,
# ways_line, relations
return self.config
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ pythonpath = "osm_rawdata"

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

0 comments on commit 663cd25

Please sign in to comment.