Skip to content

Commit eaf883c

Browse files
Merge pull request #50 from MannLabs/bump_minor_from_1.4.1-dev0
[VERSION] Bump version to 1.5.0
2 parents c360b06 + dbc92ac commit eaf883c

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.4.1-dev0"
2+
current_version = "1.5.0"
33

44
parse = """(?x)
55
(?P<major>0|[1-9]\\d*)\\.

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.4.1-dev0"
7+
version = "1.5.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.4.1-dev0"
1+
__version__ = "1.5.0"

0 commit comments

Comments
 (0)