summaryrefslogtreecommitdiff
path: root/tablib/core.py
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.com>2010-09-28 08:37:32 -0400
committerKenneth Reitz <me@kennethreitz.com>2010-09-28 08:37:32 -0400
commit5ba92b0f6b09ec96e20377ff8925d7b4cfae48e1 (patch)
treef6144d85a3c748ad65c27a70359bf8abe4176332 /tablib/core.py
parent9f26c23eb50f6d00e04b4fe4bd5e5e98b512cfbe (diff)
downloadtablib-5ba92b0f6b09ec96e20377ff8925d7b4cfae48e1.tar.gz
Packaging fix.
Version bump.
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 cdaf0d5..ddb9769 100644
--- a/tablib/core.py
+++ b/tablib/core.py
@@ -7,8 +7,8 @@ from tablib.formats import FORMATS as formats
__title__ = 'tablib'
-__version__ = '0.8.0'
-__build__ = 0x000800
+__version__ = '0.8.1'
+__build__ = 0x000801
__author__ = 'Kenneth Reitz'
__license__ = 'MIT'
__copyright__ = 'Copyright 2010 Kenneth Reitz'