We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f16e449 + 9a3cc4e commit 37dc1feCopy full SHA for 37dc1fe
.bumpversion.toml
@@ -1,5 +1,5 @@
1
[tool.bumpversion]
2
-current_version = "1.3.1"
+current_version = "1.3.2"
3
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
4
serialize = ["{major}.{minor}.{patch}"]
5
search = "{current_version}"
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
6
name = "py-lmd"
7
-version = "1.3.1"
+version = "1.3.2"
8
description = "Read, Modify and Create new shape files for the Leica LMD6 & LMD7"
9
readme = "README.md"
10
requires-python = ">=3.9"
src/lmd/__init__.py
@@ -1 +1 @@
-__version__ = "1.3.1"
+__version__ = "1.3.2"
0 commit comments