diff options
| author | Kenneth Reitz <me@kennethreitz.com> | 2010-10-06 15:13:40 -0400 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.com> | 2010-10-06 15:13:40 -0400 |
| commit | d9aee8e605df78dbeca2eb27821f181fdb4887ab (patch) | |
| tree | 4ab46434b41ebafcd580b47ebfa6783aacb917bc /tablib/core.py | |
| parent | 315a082b70ca3ed60ec1befb52e2d45db361d4ce (diff) | |
| download | tablib-d9aee8e605df78dbeca2eb27821f181fdb4887ab.tar.gz | |
Version bump (v0.8.5)
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' |
