Skip to content

Commit 04ee10a

Browse files
committed
start 0.0.7 development
1 parent a2abf2f commit 04ee10a

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
# built documents.
4646
#
4747
# The short X.Y version.
48-
version = '0.0.6'
48+
version = '0.0.7'
4949
# The full version, including alpha/beta/rc tags.
50-
release = '0.0.6'
50+
release = '0.0.7'
5151

5252
# The language for content autogenerated by Sphinx. Refer to documentation
5353
# for a list of supported languages.

pyexcel_webio.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-webio"
33
nick_name: webio
4-
version: 0.0.6
4+
version: 0.0.7
55
dependencies:
6-
- pyexcel>=0.2.0
6+
- pyexcel>=0.2.2
77
description: |
88
A generic request and response interface for pyexcel web extensions.

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pyexcel>=0.2.0
1+
pyexcel>=0.2.2

setup.py

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

88
NAME = 'pyexcel-webio'
99
AUTHOR = 'C.W.'
10-
VERSION = '0.0.6'
10+
VERSION = '0.0.7'
1111
EMAIL = 'wangc_2011 (at) hotmail.com'
1212
LICENSE = 'New BSD'
1313
PACKAGES = find_packages(exclude=['ez_setup', 'examples', 'tests'])
@@ -20,7 +20,7 @@
2020
]
2121

2222
INSTALL_REQUIRES = [
23-
'pyexcel>=0.2.0',
23+
'pyexcel>=0.2.2',
2424
]
2525

2626
EXTRAS_REQUIRE = {

0 commit comments

Comments
 (0)