Skip to content

Commit fb20e90

Browse files
committed
💄 pump up version number
1 parent ab074c0 commit fb20e90

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
project = u'pyexcel-xlsx'
2121
copyright = u'2015-2017 Onni Software Ltd.'
2222
version = '0.5.4'
23-
release = '0.5.4'
23+
release = '0.5.5'
2424
exclude_patterns = []
2525
pygments_style = 'sphinx'
2626
html_theme = 'default'

pyexcel_xlsx.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
overrides: "pyexcel.yaml"
22
name: "pyexcel-xlsx"
33
nick_name: xlsx
4-
version: 0.5.4
5-
current_version: 0.5.4
4+
version: 0.5.5
5+
current_version: 0.5.5
66
release: 0.5.4
77
file_type: xlsx
88
dependencies:

setup.py

Lines changed: 1 addition & 1 deletion
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.4'
10+
VERSION = '0.5.5'
1111
1212
LICENSE = 'New BSD'
1313
DESCRIPTION = (

0 commit comments

Comments
 (0)