Skip to content

Commit 4a26776

Browse files
committed
Bump version
1 parent 2add6ca commit 4a26776

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 = 2
6-
VERSION_PATCH = 1
5+
VERSION_MINOR = 3
6+
VERSION_PATCH = 0
77
VERSION = "{}.{}.{}".format(VERSION_MAJOR,
88
VERSION_MINOR,
99
VERSION_PATCH)

0 commit comments

Comments
 (0)