diff --git a/linkbikenet/_version.py b/linkbikenet/_version.py index 99363b8..618560b 100644 --- a/linkbikenet/_version.py +++ b/linkbikenet/_version.py @@ -1,3 +1,3 @@ """linkbikenet package version.""" -__version__ = "0.7.0" # x-release-please-version \ No newline at end of file +__version__ = "0.7.1" # x-release-please-version \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 876294f..f4e8f87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "linkbikenet" -version = "0.7.0" +version = "0.7.1" authors = [ { name = "Manuel Knepper" }, { name = "Michael Szell" },