We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60effde commit 6c127e4Copy full SHA for 6c127e4
mergin/version.py
@@ -1,5 +1,5 @@
1
# The version is also stored in ../setup.py
2
-__version__ = "0.8.0"
+__version__ = "0.8.1"
3
4
# There seems to be no single nice way to keep version info just in one place:
5
# https://packaging.python.org/guides/single-sourcing-package-version/
setup.py
@@ -5,7 +5,7 @@
6
setup(
7
name='mergin-client',
8
- version='0.8.0',
+ version='0.8.1',
9
url='https://github.com/MerginMaps/mergin-py-client',
10
license='MIT',
11
author='Lutra Consulting Ltd.',
0 commit comments