Skip to content

Commit 39d2e0c

Browse files
committed
chore: πŸ”– v1.2.0
1 parent 887fe54 commit 39d2e0c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

β€Žpostcode_parser.issβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "PostcodeParser"
5-
#define MyAppVersion "1.1.0"
5+
#define MyAppVersion "1.2.0"
66
#define MyAppPublisher "Matthew Armstrong"
77
#define MyAppExeName "postcode_parse.exe"
88

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies = [
1313
"simplekml",
1414
"tqdm",
1515
]
16-
version = "1.1.0"
16+
version = "1.2.0"
1717

1818
[project.optional-dependencies]
1919
dev = [
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.1.0"
1+
__version__ = "1.2.0"

0 commit comments

Comments
Β (0)