Skip to content

Commit 37dc1fe

Browse files
Merge pull request #41 from MannLabs/bump-version-1.3.2
[VERSION] Bump version to 1.3.2
2 parents f16e449 + 9a3cc4e commit 37dc1fe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "1.3.1"
2+
current_version = "1.3.2"
33
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
44
serialize = ["{major}.{minor}.{patch}"]
55
search = "{current_version}"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "py-lmd"
7-
version = "1.3.1"
7+
version = "1.3.2"
88
description = "Read, Modify and Create new shape files for the Leica LMD6 & LMD7"
99
readme = "README.md"
1010
requires-python = ">=3.9"

src/lmd/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.3.1"
1+
__version__ = "1.3.2"

0 commit comments

Comments
 (0)