File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
Change log
2
2
================================================================================
3
3
4
- 0.1.0 - Unreleased
4
+ 0.0.1 - Unreleased
5
5
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
6
6
7
7
Initial release
Original file line number Diff line number Diff line change 16
16
17
17
project = u'pyexcel-cli'
18
18
copyright = u'2015-2016 Onni Software Ltd.'
19
- version = '0.1.0 '
20
- release = '0.1.0 '
19
+ version = '0.0.1 '
20
+ release = '0.0.1 '
21
21
exclude_patterns = []
22
22
pygments_style = 'sphinx'
23
23
html_theme = 'default'
Original file line number Diff line number Diff line change 1
1
overrides : " pyexcel.yaml"
2
2
name : " pyexcel-cli"
3
3
nick_name : cli
4
- version : 0.1.0
4
+ version : 0.0.1
5
5
command_line_interface : pyexcel
6
6
entry_point : pyexcel_cli.main:main
7
7
dependencies :
Original file line number Diff line number Diff line change 7
7
8
8
NAME = 'pyexcel-cli'
9
9
AUTHOR = 'C.W.'
10
- VERSION = '0.1.0 '
10
+ VERSION = '0.0.1 '
11
11
EMAIL = 'wangc_2011 (at) hotmail.com'
12
12
LICENSE = 'New BSD'
13
13
ENTRY_POINTS = {
You can’t perform that action at this time.
0 commit comments