Skip to content

Commit

Permalink
pump up the versions
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed May 17, 2017
1 parent 05dc5ad commit 1204330
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 6 deletions.
14 changes: 12 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@
pyexcel-io - Let you focus on data, instead of file formats
================================================================================

.. image:: https://raw.githubusercontent.com/pyexcel/pyexcel.github.io/master/images/patreon.png
:target: https://www.patreon.com/pyexcel

.. image:: https://api.travis-ci.org/pyexcel/pyexcel-io.svg?branch=master
:target: http://travis-ci.org/pyexcel/pyexcel-io

.. image:: https://codecov.io/github/pyexcel/pyexcel-io/coverage.png
:target: https://codecov.io/github/pyexcel/pyexcel-io
:target: https://codecov.io/github/pyexcel/pyexcel-io

.. image:: https://readthedocs.org/projects/pyexcel-io/badge/?version=latest
:target: http://pyexcel-io.readthedocs.org/en/latest/
Expand Down Expand Up @@ -87,7 +90,7 @@ or clone it and install it:

.. code-block:: bash
$ git clone http://github.com/pyexcel/pyexcel-io.git
$ git clone https://github.com/pyexcel/pyexcel-io.git
$ cd pyexcel-io
$ python setup.py install
Expand Down Expand Up @@ -152,3 +155,10 @@ License
================================================================================

New BSD License

Support the project
================================================================================

If your company has embedded pyexcel and its components into a revenue generating
product, please `support me on patreon <https://www.patreon.com/pyexcel>`_ to
maintain the project and develop it further.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
project = u'pyexcel-io'
copyright = u'2015-2017 Onni Software Ltd.'
version = '0.3.3'
release = '0.3.3'
release = '0.3.4'
exclude_patterns = []
pygments_style = 'sphinx'
html_theme = 'default'
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ or clone it and install it:

.. code-block:: bash
$ git clone http://github.com/pyexcel/pyexcel-io.git
$ git clone https://github.com/pyexcel/pyexcel-io.git
$ cd pyexcel-io
$ python setup.py install
Expand Down
2 changes: 1 addition & 1 deletion pyexcel_io.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
overrides: "pyexcel.yaml"
name: "pyexcel-io"
nick_name: io
version: 0.3.3
version: 0.3.4
release: 0.3.3
dependencies:
- ordereddict;python_version<"2.7"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

NAME = 'pyexcel-io'
AUTHOR = 'C.W.'
VERSION = '0.3.3'
VERSION = '0.3.4'
EMAIL = 'wangc_2011 (at) hotmail.com'
LICENSE = 'New BSD'
DESCRIPTION = (
Expand Down

0 comments on commit 1204330

Please sign in to comment.