Skip to content

Commit cc49a2b

Browse files
committed
release 0.5.0.1 🥚 🎡
1 parent e4b9ea6 commit cc49a2b

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121

2222
project = u'pyexcel-xlsx'
2323
copyright = u'2015-2017 Onni Software Ltd.'
24-
version = '0.5.0'
25-
release = '0.5.0'
24+
version = '0.5.0.1'
25+
release = '0.5.0.1'
2626
exclude_patterns = []
2727
pygments_style = 'sphinx'
2828
html_theme = 'default'

pyexcel_xlsx.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
overrides: "pyexcel.yaml"
22
name: "pyexcel-xlsx"
33
nick_name: xlsx
4-
version: 0.5.0
5-
current_version: 0.5.0
6-
release: 0.5.0
4+
version: 0.5.0.1
5+
current_version: 0.5.0.1
6+
release: 0.5.0.1
77
file_type: xlsx
88
dependencies:
99
- openpyxl>=2.4.4
10-
- pyexcel-io>=0.4.0
10+
- pyexcel-io>=0.5.0
1111
description: A wrapper library to read, manipulate and write data in xlsx and xlsm format

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
openpyxl>=2.4.4
2-
pyexcel-io>=0.4.0
2+
pyexcel-io>=0.5.0

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
NAME = 'pyexcel-xlsx'
99
AUTHOR = 'C.W.'
10-
VERSION = '0.5.0'
10+
VERSION = '0.5.0.1'
1111
1212
LICENSE = 'New BSD'
1313
DESCRIPTION = (
@@ -16,7 +16,7 @@
1616
''
1717
)
1818
URL = 'https://github.com/pyexcel/pyexcel-xlsx'
19-
DOWNLOAD_URL = '%s/archive/0.5.0.tar.gz' % URL
19+
DOWNLOAD_URL = '%s/archive/0.5.0.1.tar.gz' % URL
2020
FILES = ['README.rst', 'CHANGELOG.rst']
2121
KEYWORDS = [
2222
'xlsx'
@@ -40,7 +40,7 @@
4040

4141
INSTALL_REQUIRES = [
4242
'openpyxl>=2.4.4',
43-
'pyexcel-io>=0.4.0',
43+
'pyexcel-io>=0.5.0',
4444
]
4545

4646

0 commit comments

Comments
 (0)