diff options
| author | Kenneth Reitz <me@kennethreitz.com> | 2011-06-21 20:04:48 -0400 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.com> | 2011-06-21 20:04:48 -0400 |
| commit | 28d9af852ad8cc5def501596da90c2f41ee74e06 (patch) | |
| tree | 264664bedb013d85321fa48e7c172e42e1968d2e /tablib/core.py | |
| parent | 39c6ea6503526ee07a0b6b7f86487f1c0c3bc48a (diff) | |
| download | tablib-28d9af852ad8cc5def501596da90c2f41ee74e06.tar.gz | |
0.9.9
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 e93d454..482ad32 100644 --- a/tablib/core.py +++ b/tablib/core.py @@ -18,8 +18,8 @@ from tablib.compat import OrderedDict __title__ = 'tablib' -__version__ = '0.9.8' -__build__ = 0x000908 +__version__ = '0.9.9' +__build__ = 0x000909 __author__ = 'Kenneth Reitz' __license__ = 'MIT' __copyright__ = 'Copyright 2011 Kenneth Reitz' |
