Skip to content

Commit 1a7b725

Browse files
Bump version to 6.4.
1 parent bc1f7e6 commit 1a7b725

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: doc/src/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
# other places throughout the built documents.
4141
#
4242
# The short X.Y version.
43-
version = '6.3'
43+
version = '6.4'
4444
# The full version, including alpha/beta/rc tags.
45-
release = '6.3.0'
45+
release = '6.4.0'
4646

4747
# There are two options for replacing |today|: either, you set today to some
4848
# non-false value, then it is used:

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from distutils.extension import Extension
2121

2222
# define build constants
23-
BUILD_VERSION = "6.3"
23+
BUILD_VERSION = "6.4"
2424

2525
# setup extra link and compile args
2626
extraLinkArgs = []

0 commit comments

Comments
 (0)