summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.com>2010-10-04 11:38:28 -0400
committerKenneth Reitz <me@kennethreitz.com>2010-10-04 11:38:28 -0400
commitbcd0e37a655b9bddbf33e1c7882c03e70e943abe (patch)
treeadc4fc932f9c6b8a7825d6f90f447c5d008a327c /setup.py
parent8c92e878a3a83f2e7d0c6cf3a1fe4a2f1ef59dba (diff)
downloadtablib-bcd0e37a655b9bddbf33e1c7882c03e70e943abe.tar.gz
Version bump.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 920c148..bea4609 100644
--- a/setup.py
+++ b/setup.py
@@ -17,7 +17,7 @@ if sys.argv[-1] == "publish":
setup(
name='tablib',
- version='0.8.1',
+ version='0.8.2',
description='Format agnostic tabular data library (XLS, JSON, YAML, CSV)',
long_description=open('README.rst').read() + '\n\n' +
open('HISTORY.rst').read(),