summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.com>2011-01-31 01:33:00 -0500
committerKenneth Reitz <me@kennethreitz.com>2011-01-31 01:33:00 -0500
commite8b44b57779b6374fbee3e5dc2b7dc1091e1cf5c (patch)
tree910e6f689bc85ec3faeaf707f12dd564c8831579 /setup.py
parenta0822bc9b091ca6b613aac71afc39acf0665a1e1 (diff)
downloadtablib-e8b44b57779b6374fbee3e5dc2b7dc1091e1cf5c.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 e779457..c851751 100644
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@ required = []
setup(
name='tablib',
- version='0.9.2',
+ version='0.9.3',
description='Format agnostic tabular data library (XLS, JSON, YAML, CSV)',
long_description=open('README.rst').read() + '\n\n' +
open('HISTORY.rst').read(),