Skip to content

Commit 3f5011d

Browse files
committed
Bump version
1 parent 23a986e commit 3f5011d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

qgitc/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33

44
VERSION_MAJOR = 4
5-
VERSION_MINOR = 3
6-
VERSION_PATCH = 1
5+
VERSION_MINOR = 4
6+
VERSION_PATCH = 0
77
VERSION = "{}.{}.{}".format(VERSION_MAJOR,
88
VERSION_MINOR,
99
VERSION_PATCH)

0 commit comments

Comments
 (0)