diff --git a/mergin/version.py b/mergin/version.py index 49a8046..73b936c 100644 --- a/mergin/version.py +++ b/mergin/version.py @@ -1,5 +1,5 @@ # The version is also stored in ../setup.py -__version__ = "0.12.0" +__version__ = "0.12.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 a8184e6..fc7325c 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="mergin-client", - version="0.12.0", + version="0.12.1", url="https://github.com/MerginMaps/python-api-client", license="MIT", author="Lutra Consulting Ltd.", @@ -16,7 +16,7 @@ platforms="any", install_requires=[ "python-dateutil==2.8.2", - "pygeodiff==2.0.4", + "pygeodiff==2.1.2", "pytz==2022.1", "click==8.1.3", ],