Skip to content

Commit 2c5bc4a

Browse files
committed
pump up version
1 parent 3063a48 commit 2c5bc4a

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
project = u'pyexcel-htmlr'
2222
copyright = u'2015-2017 Onni Software Ltd.'
2323
version = '0.0.1'
24-
release = '0.0.1'
24+
release = '0.0.2'
2525
exclude_patterns = []
2626
pygments_style = 'sphinx'
2727
html_theme = 'default'

docs/source/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
:Source code: http://github.com/pyexcel/pyexcel-htmlr.git
66
:Issues: http://github.com/pyexcel/pyexcel-htmlr/issues
77
:License: New BSD License
8+
:Development: |release|
89
:Released: |version|
910
:Generated: |today|
1011

pyexcel-htmlr.yml

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-htmlr"
33
nick_name: "htmlr"
4-
version: "0.0.1"
5-
current_version: "0.0.1"
4+
version: "0.0.2"
5+
current_version: "0.0.2"
66
release: "0.0.1"
77
file_type: 'html'
88
dependencies:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
NAME = 'pyexcel-htmlr'
1212
AUTHOR = 'C.W.'
13-
VERSION = '0.0.1'
13+
VERSION = '0.0.2'
1414
1515
LICENSE = 'New BSD'
1616
DESCRIPTION = (

0 commit comments

Comments
 (0)