Skip to content

Commit 8a92089

Browse files
chore: bump version to 1.20
1 parent 0431cf0 commit 8a92089

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vsmaptools.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22
"""
33
vsmaptools.py
4-
Version 1.1.0
4+
Version 1.2.0
55
Tool to read Vintage Story map database and export as PNG.
66
"""
77

@@ -21,7 +21,7 @@
2121

2222
T = TypeVar("T")
2323

24-
__version__ = "1.1.0"
24+
__version__ = "1.2.0"
2525

2626
# Constants
2727
CONFIG_PATH = Path("config.json")

0 commit comments

Comments
 (0)