We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 887fe54 commit 39d2e0cCopy full SHA for 39d2e0c
βpostcode_parser.issβ
@@ -2,7 +2,7 @@
2
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
3
4
#define MyAppName "PostcodeParser"
5
-#define MyAppVersion "1.1.0"
+#define MyAppVersion "1.2.0"
6
#define MyAppPublisher "Matthew Armstrong"
7
#define MyAppExeName "postcode_parse.exe"
8
βpyproject.tomlβ
@@ -13,7 +13,7 @@ dependencies = [
13
"simplekml",
14
"tqdm",
15
]
16
-version = "1.1.0"
+version = "1.2.0"
17
18
[project.optional-dependencies]
19
dev = [
βsrc/postcode_parse/_version.pyβ
@@ -1 +1 @@
1
-__version__ = "1.1.0"
+__version__ = "1.2.0"
0 commit comments