summaryrefslogtreecommitdiff
path: root/tablib/core.py
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.com>2010-10-06 15:13:40 -0400
committerKenneth Reitz <me@kennethreitz.com>2010-10-06 15:13:40 -0400
commitd9aee8e605df78dbeca2eb27821f181fdb4887ab (patch)
tree4ab46434b41ebafcd580b47ebfa6783aacb917bc /tablib/core.py
parent315a082b70ca3ed60ec1befb52e2d45db361d4ce (diff)
downloadtablib-d9aee8e605df78dbeca2eb27821f181fdb4887ab.tar.gz
Version bump (v0.8.5)
Diffstat (limited to 'tablib/core.py')
-rw-r--r--tablib/core.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tablib/core.py b/tablib/core.py
index ad8ef8f..544c208 100644
--- a/tablib/core.py
+++ b/tablib/core.py
@@ -13,8 +13,8 @@ from tablib.formats import FORMATS as formats
__title__ = 'tablib'
-__version__ = '0.8.4'
-__build__ = 0x000804
+__version__ = '0.8.5'
+__build__ = 0x000805
__author__ = 'Kenneth Reitz'
__license__ = 'MIT'
__copyright__ = 'Copyright 2010 Kenneth Reitz'