diff --git a/docs/source/conf.py b/docs/source/conf.py index 7d8e0cc..d897ee4 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -26,9 +26,9 @@ copyright = '2015-2022 Onni Software Ltd.' author = 'C.W.' # The short X.Y version -version = '0.6.6' +version = '0.6.7' # The full version, including alpha/beta/rc tags -release = '0.6.6' +release = '0.6.7' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index f444c91..5572047 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ NAME = "pyexcel-io" AUTHOR = "C.W." -VERSION = "0.6.6" +VERSION = "0.6.7" EMAIL = "info@pyexcel.org" LICENSE = "New BSD" DESCRIPTION = ( @@ -40,7 +40,7 @@ "format and to/from databases" ) URL = "https://github.com/pyexcel/pyexcel-io" -DOWNLOAD_URL = "%s/archive/0.6.6.tar.gz" % URL +DOWNLOAD_URL = "%s/archive/0.6.7.tar.gz" % URL FILES = ["README.rst", "CONTRIBUTORS.rst", "CHANGELOG.rst"] KEYWORDS = [ "python", @@ -89,8 +89,8 @@ PUBLISH_COMMAND = "{0} setup.py sdist bdist_wheel upload -r pypi".format(sys.executable) HERE = os.path.abspath(os.path.dirname(__file__)) -GS_COMMAND = ("gease pyexcel-io v0.6.6 " + - "Find 0.6.6 in changelog for more details") +GS_COMMAND = ("gease pyexcel-io v0.6.7 " + + "Find 0.6.7 in changelog for more details") NO_GS_MESSAGE = ("Automatic github release is disabled. " + "Please install gease to enable it.") UPLOAD_FAILED_MSG = (