diff options
Diffstat (limited to 'tablib/core.py')
| -rw-r--r-- | tablib/core.py | 4 |
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' |
