Skip to content

Commit d0b7f7d

Browse files
committed
release 0.3.4
1 parent c57ab64 commit d0b7f7d

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
project = u'pyexcel-io'
2424
copyright = u'2015-2017 Onni Software Ltd.'
25-
version = '0.3.3'
25+
version = '0.3.4'
2626
release = '0.3.4'
2727
exclude_patterns = []
2828
pygments_style = 'sphinx'

pyexcel_io.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ overrides: "pyexcel.yaml"
22
name: "pyexcel-io"
33
nick_name: io
44
version: 0.3.4
5-
release: 0.3.3
5+
release: 0.3.4
66
dependencies:
77
- ordereddict;python_version<"2.7"
88
extra_dependencies:

setup.cfg

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[metadata]
2+
description-file = README.rst
3+
[bdist_wheel]
4+
universal = 1

0 commit comments

Comments
 (0)