summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.py2
-rw-r--r--tablib/core.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index dd28785..e93f61b 100644
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@ required = []
setup(
name='tablib',
- version='0.8.4',
+ version='0.8.5',
description='Format agnostic tabular data library (XLS, JSON, YAML, CSV)',
long_description=open('README.rst').read() + '\n\n' +
open('HISTORY.rst').read(),
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'