We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc1f7e6 commit 1a7b725Copy full SHA for 1a7b725
doc/src/conf.py
@@ -40,9 +40,9 @@
40
# other places throughout the built documents.
41
#
42
# The short X.Y version.
43
-version = '6.3'
+version = '6.4'
44
# The full version, including alpha/beta/rc tags.
45
-release = '6.3.0'
+release = '6.4.0'
46
47
# There are two options for replacing |today|: either, you set today to some
48
# non-false value, then it is used:
setup.py
@@ -20,7 +20,7 @@
20
from distutils.extension import Extension
21
22
# define build constants
23
-BUILD_VERSION = "6.3"
+BUILD_VERSION = "6.4"
24
25
# setup extra link and compile args
26
extraLinkArgs = []
0 commit comments