We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c57ab64 commit d0b7f7dCopy full SHA for d0b7f7d
docs/source/conf.py
@@ -22,7 +22,7 @@
22
23
project = u'pyexcel-io'
24
copyright = u'2015-2017 Onni Software Ltd.'
25
-version = '0.3.3'
+version = '0.3.4'
26
release = '0.3.4'
27
exclude_patterns = []
28
pygments_style = 'sphinx'
pyexcel_io.yaml
@@ -2,7 +2,7 @@ overrides: "pyexcel.yaml"
2
name: "pyexcel-io"
3
nick_name: io
4
version: 0.3.4
5
-release: 0.3.3
+release: 0.3.4
6
dependencies:
7
- ordereddict;python_version<"2.7"
8
extra_dependencies:
setup.cfg
@@ -0,0 +1,4 @@
1
+[metadata]
+description-file = README.rst
+[bdist_wheel]
+universal = 1
0 commit comments