We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eadd683 + b1c1ecc commit 86cf5b3Copy full SHA for 86cf5b3
.bumpversion.toml
@@ -1,5 +1,5 @@
1
[tool.bumpversion]
2
-current_version = "1.3.0"
+current_version = "1.3.1"
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.0"
+version = "1.3.1"
8
description = "Read, Modify and Create new shape files for the Leica LMD6 & LMD7"
9
readme = "README.md"
10
requires-python = ">=3.9, !=3.12.*"
src/lmd/__init__.py
@@ -1 +1 @@
-__version__ = "1.3.0"
+__version__ = "1.3.1"
0 commit comments