From 663cd254e4f52bbcdcb9da8d417e711b5a425727 Mon Sep 17 00:00:00 2001
From: Rob Savoye <rob.savoye@hotosm.org>
Date: Mon, 11 Sep 2023 17:34:43 +0700
Subject: [PATCH] =?UTF-8?q?bump:=20version=200.1.0=20=E2=86=92=200.1.1?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 osm_rawdata/__version__.py | 2 +-
 osm_rawdata/config.py      | 1 -
 pyproject.toml             | 2 +-
 3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/osm_rawdata/__version__.py b/osm_rawdata/__version__.py
index d9d41c8..72bc80e 100644
--- a/osm_rawdata/__version__.py
+++ b/osm_rawdata/__version__.py
@@ -1,2 +1,2 @@
 """Project version"""
-__version__ = "0.1.0"
+__version__ = "0.1.1"
diff --git a/osm_rawdata/config.py b/osm_rawdata/config.py
index 9f7932c..f4bf249 100755
--- a/osm_rawdata/config.py
+++ b/osm_rawdata/config.py
@@ -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
diff --git a/pyproject.toml b/pyproject.toml
index 049568f..7e94c88 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -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",