summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 8816512..0c95cb4 100644
--- a/setup.py
+++ b/setup.py
@@ -11,14 +11,13 @@ def publish():
"""Publish to PyPi"""
os.system("python setup.py sdist upload")
-
if sys.argv[-1] == "publish":
publish()
sys.exit()
setup(
name='tablib',
- version='0.7.1',
+ version='0.8.0',
description='Format agnostic tabular data library (XLS, JSON, YAML, CSV)',
long_description=open('README.rst').read() + '\n\n' +
open('HISTORY.rst').read(),