diff --git a/openlr/_version.py b/openlr/_version.py index e1fa179..4cd3015 100644 --- a/openlr/_version.py +++ b/openlr/_version.py @@ -16,7 +16,7 @@ __title__ = "openlr" __description__ = "OpenLR Python Implementation" __url__ = "https://github.com/tomtom-international/openlr-python" -__version__ = "1.0.0" +__version__ = "1.0.1" __author__ = "Can Güney Aksakalli" __author_email__ = "cangueney.aksakalli@tomtom.com" __license__ = "Apache 2.0"