Skip to content

Commit 42dd5cb

Browse files
Update version
1 parent 849c603 commit 42dd5cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

heidpi/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# 3) we can import it into your module module
55
"""
66

7-
__version_info__ = ("1", "2", "0")
7+
__version_info__ = ("1", "3", "0")
88
__version__ = ".".join(__version_info__)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
55

66
[project]
77
name = "heiDPI"
8-
version = "1.2.0"
8+
version = "1.3.0"
99
authors = [
1010
{ name="Stefan Machmeier", email="[email protected]" },
1111
]

0 commit comments

Comments
 (0)