Skip to content

Commit 53dfa0c

Browse files
authored
Merge pull request #119 from pyexcel/dev
Update package version number
2 parents bd676aa + 0fd3084 commit 53dfa0c

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

docs/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
copyright = '2015-2022 Onni Software Ltd.'
2727
author = 'C.W.'
2828
# The short X.Y version
29-
version = '0.6.6'
29+
version = '0.6.7'
3030
# The full version, including alpha/beta/rc tags
31-
release = '0.6.6'
31+
release = '0.6.7'
3232

3333
# -- General configuration ---------------------------------------------------
3434

pyexcel-io.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ overrides: "pyexcel.yaml"
22
project: "pyexcel-io"
33
name: pyexcel-io
44
nick_name: io
5-
version: 0.6.6
6-
current_version: 0.6.6
7-
release: 0.6.6
5+
version: 0.6.7
6+
current_version: 0.6.7
7+
release: 0.6.7
88
copyright_year: 2015-2022
99
moban_command: false
1010
is_on_conda: true

setup.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@
3232

3333
NAME = "pyexcel-io"
3434
AUTHOR = "C.W."
35-
VERSION = "0.6.6"
35+
VERSION = "0.6.7"
3636
3737
LICENSE = "New BSD"
3838
DESCRIPTION = (
3939
"A python library to read and write structured data in csv, zipped csv" +
4040
"format and to/from databases"
4141
)
4242
URL = "https://github.com/pyexcel/pyexcel-io"
43-
DOWNLOAD_URL = "%s/archive/0.6.6.tar.gz" % URL
43+
DOWNLOAD_URL = "%s/archive/0.6.7.tar.gz" % URL
4444
FILES = ["README.rst", "CONTRIBUTORS.rst", "CHANGELOG.rst"]
4545
KEYWORDS = [
4646
"python",
@@ -89,8 +89,8 @@
8989
PUBLISH_COMMAND = "{0} setup.py sdist bdist_wheel upload -r pypi".format(sys.executable)
9090
HERE = os.path.abspath(os.path.dirname(__file__))
9191

92-
GS_COMMAND = ("gease pyexcel-io v0.6.6 " +
93-
"Find 0.6.6 in changelog for more details")
92+
GS_COMMAND = ("gease pyexcel-io v0.6.7 " +
93+
"Find 0.6.7 in changelog for more details")
9494
NO_GS_MESSAGE = ("Automatic github release is disabled. " +
9595
"Please install gease to enable it.")
9696
UPLOAD_FAILED_MSG = (

0 commit comments

Comments
 (0)