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