Skip to content

Commit 062f721

Browse files
committed
Bump version number
1 parent c727555 commit 062f721

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildtools/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
# version numbers.
2525
VER_MAJOR = 4
2626
VER_MINOR = 0
27-
VER_RELEASE = 0
27+
VER_RELEASE = 1
2828

29-
VER_FLAGS = "" # wxPython release flags
29+
VER_FLAGS = "a1" # wxPython release flags
3030

3131
# The VER_FLAGS value is appended to the version number constructed from the
3232
# first 3 components and should be set according to the following patterns.

0 commit comments

Comments
 (0)