Skip to content

Commit 497219f

Browse files
committed
💄 bump version number
1 parent 2635298 commit 497219f

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

pyexcel-xlsxr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
overrides: "pyexcel.yaml"
22
name: "pyexcel-xlsxr"
33
nick_name: "xlsxr"
4-
version: "0.6.1"
5-
current_version: "0.6.1"
6-
release: "0.6.1"
4+
version: "0.6.2"
5+
current_version: "0.6.2"
6+
release: "0.6.2"
77
copyright_year: 2015-2024
88
file_type: xlsx
99
nodocs: true

pyexcel_xlsxr/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = '0.6.1'
1+
__version__ = '0.6.2'
22
__author__ = 'C.W.'

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@
3232

3333
NAME = "pyexcel-xlsxr"
3434
AUTHOR = "C.W."
35-
VERSION = "0.6.1"
35+
VERSION = "0.6.2"
3636
3737
LICENSE = "New BSD"
3838
DESCRIPTION = (
3939
"Read xlsx file using partial xml"
4040
)
4141
URL = "https://github.com/pyexcel/pyexcel-xlsxr"
42-
DOWNLOAD_URL = "%s/archive/0.6.1.tar.gz" % URL
42+
DOWNLOAD_URL = "%s/archive/0.6.2.tar.gz" % URL
4343
FILES = ["README.rst", "CHANGELOG.rst"]
4444
KEYWORDS = [
4545
"python",
@@ -75,8 +75,8 @@
7575
PUBLISH_COMMAND = "{0} setup.py sdist bdist_wheel upload -r pypi".format(sys.executable)
7676
HERE = os.path.abspath(os.path.dirname(__file__))
7777

78-
GS_COMMAND = ("gease pyexcel-xlsxr v0.6.1 " +
79-
"Find 0.6.1 in changelog for more details")
78+
GS_COMMAND = ("gease pyexcel-xlsxr v0.6.2 " +
79+
"Find 0.6.2 in changelog for more details")
8080
NO_GS_MESSAGE = ("Automatic github release is disabled. " +
8181
"Please install gease to enable it.")
8282
UPLOAD_FAILED_MSG = (

0 commit comments

Comments
 (0)