Skip to content

Commit a904cb8

Browse files
committed
prepare for the first release
1 parent 193606b commit a904cb8

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Change log
22
================================================================================
33

4-
0.1.0 - Unreleased
4+
0.0.1 - Unreleased
55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
66

77
Initial release

docs/source/conf.py

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

1717
project = u'pyexcel-cli'
1818
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'
2121
exclude_patterns = []
2222
pygments_style = 'sphinx'
2323
html_theme = 'default'

pyexcel_cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
overrides: "pyexcel.yaml"
22
name: "pyexcel-cli"
33
nick_name: cli
4-
version: 0.1.0
4+
version: 0.0.1
55
command_line_interface: pyexcel
66
entry_point: pyexcel_cli.main:main
77
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-cli'
99
AUTHOR = 'C.W.'
10-
VERSION = '0.1.0'
10+
VERSION = '0.0.1'
1111
EMAIL = 'wangc_2011 (at) hotmail.com'
1212
LICENSE = 'New BSD'
1313
ENTRY_POINTS = {

0 commit comments

Comments
 (0)