summaryrefslogtreecommitdiff
path: root/tablib
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.com>2011-05-13 01:13:25 -0400
committerKenneth Reitz <me@kennethreitz.com>2011-05-13 01:13:25 -0400
commite5259cbb58092184fdeb4d0635c57480164cb1ce (patch)
tree184788c39447158e700e175323ab05707e666b74 /tablib
parent56ef89424f923e29dfbedf29429dac0c2ecdc341 (diff)
downloadtablib-e5259cbb58092184fdeb4d0635c57480164cb1ce.tar.gz
version bump
Diffstat (limited to 'tablib')
-rw-r--r--tablib/core.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tablib/core.py b/tablib/core.py
index 6ab0fc5..03547ff 100644
--- a/tablib/core.py
+++ b/tablib/core.py
@@ -19,8 +19,8 @@ from tablib.compat import OrderedDict
__title__ = 'tablib'
-__version__ = '0.9.4'
-__build__ = 0x000904
+__version__ = '0.9.7'
+__build__ = 0x000907
__author__ = 'Kenneth Reitz'
__license__ = 'MIT'
__copyright__ = 'Copyright 2011 Kenneth Reitz'