1 parent 6f928b0 commit 98d35e6Copy full SHA for 98d35e6
2 files changed
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.2'
+version = '6.3'
44
# The full version, including alpha/beta/rc tags.
45
-release = '6.2.1'
+release = '6.3.0-dev'
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.2.1"
+BUILD_VERSION = "6.3-dev"
24
25
# setup extra link and compile args
26
extraLinkArgs = []
0 commit comments