diff options
| author | Kenneth Reitz <me@kennethreitz.com> | 2010-10-04 11:55:35 -0400 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.com> | 2010-10-04 11:55:35 -0400 |
| commit | 1ea793112cdbc7328e37138e12aa0bfa8cedd9ea (patch) | |
| tree | 07161b0af50e3b828a2638750e390555af6474bc /tablib | |
| parent | 41a7a5d32991c80899a3a900cbb63ffd4c577126 (diff) | |
| download | tablib-1ea793112cdbc7328e37138e12aa0bfa8cedd9ea.tar.gz | |
Version Bump (v0.8.3)
Diffstat (limited to 'tablib')
| -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 90ef2b0..69e7549 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.1' -__build__ = 0x000801 +__version__ = '0.8.3' +__build__ = 0x000803 __author__ = 'Kenneth Reitz' __license__ = 'MIT' __copyright__ = 'Copyright 2010 Kenneth Reitz' |
