From 66781e41ca6772450d3c4cd8fe23148bfb142a2a Mon Sep 17 00:00:00 2001 From: "marcel.kocisek" Date: Wed, 20 May 2026 13:34:28 +0200 Subject: [PATCH] Bump 0.13.1 --- mergin/version.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mergin/version.py b/mergin/version.py index aad5a11..1bbec85 100644 --- a/mergin/version.py +++ b/mergin/version.py @@ -1,5 +1,5 @@ # The version is also stored in ../setup.py -__version__ = "0.13.0" +__version__ = "0.13.1" # There seems to be no single nice way to keep version info just in one place: # https://packaging.python.org/guides/single-sourcing-package-version/ diff --git a/setup.py b/setup.py index 154fe4e..9e3ead7 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="mergin-client", - version="0.13.0", + version="0.13.1", url="https://github.com/MerginMaps/python-api-client", license="MIT", author="Lutra Consulting Ltd.",