From 1a7b7257a76073aa9f1ad8fc12eb119d80c4e2b8 Mon Sep 17 00:00:00 2001 From: Anthony Tuininga Date: Mon, 2 Jul 2018 13:51:00 -0600 Subject: [PATCH] Bump version to 6.4. --- doc/src/conf.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/conf.py b/doc/src/conf.py index d9a9c7b..95efc32 100644 --- a/doc/src/conf.py +++ b/doc/src/conf.py @@ -40,9 +40,9 @@ author = 'Oracle' # other places throughout the built documents. # # The short X.Y version. -version = '6.3' +version = '6.4' # The full version, including alpha/beta/rc tags. -release = '6.3.0' +release = '6.4.0' # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: diff --git a/setup.py b/setup.py index e8335aa..4340e3f 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ except: from distutils.extension import Extension # define build constants -BUILD_VERSION = "6.3" +BUILD_VERSION = "6.4" # setup extra link and compile args extraLinkArgs = []