Skip to content

Commit 7625eed

Browse files
Merge pull request #46 from MannLabs/bump-version-1.4.0
[VERSION] Bump version to 1.4.0
2 parents a24ed48 + dd19620 commit 7625eed

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.2"
2+
current_version = "1.4.0"
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.2"
7+
version = "1.4.0"
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.2"
1+
__version__ = "1.4.0"

0 commit comments

Comments
 (0)