Skip to content

Commit 34b0536

Browse files
committed
pop up version number
1 parent 8408f79 commit 34b0536

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
sudo: false
12
language: python
23
notifications:
34
email: false

doc/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
# built documents.
6060
#
6161
# The short X.Y version.
62-
version = '0.0.6'
62+
version = '0.0.7'
6363
# The full version, including alpha/beta/rc tags.
64-
release = '0.0.6'
64+
release = '0.0.7'
6565

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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
setup(
1818
name='pyexcel-io',
1919
author="C. W.",
20-
version='0.0.6',
20+
version='0.0.7',
2121
author_email="[email protected]",
2222
url="https://github.com/chfw/pyexcel-io",
2323
description='A python library to read and write structured data in csv, zipped csv format and to/from databases',

0 commit comments

Comments
 (0)