summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.com>2010-09-14 00:02:14 -0400
committerKenneth Reitz <me@kennethreitz.com>2010-09-14 00:02:14 -0400
commitd0c8df95a3f7234414fe6b7df72cae52b55f6af8 (patch)
tree25b28d2d9518976bec1ef21496e9e5962b5f9bf3 /setup.py
parentbb4e97f8aae83f3f98f265c3cf2c98e0418c83d0 (diff)
downloadtablib-d0c8df95a3f7234414fe6b7df72cae52b55f6af8.tar.gz
Version bump. v0.6.3.
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 5670078..02c84d3 100644
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@ if sys.argv[-1] == "publish":
setup(
name='tablib',
- version='0.6.2',
+ version='0.6.3',
description='Format agnostic tabular data library (XLS, JSON, YAML, CSV)',
long_description=open('README.rst').read() + '\n\n' +
open('HISTORY.rst').read(),