diff options
| author | Kenneth Reitz <me@kennethreitz.com> | 2011-05-13 01:13:25 -0400 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.com> | 2011-05-13 01:13:25 -0400 |
| commit | e5259cbb58092184fdeb4d0635c57480164cb1ce (patch) | |
| tree | 184788c39447158e700e175323ab05707e666b74 /tablib | |
| parent | 56ef89424f923e29dfbedf29429dac0c2ecdc341 (diff) | |
| download | tablib-e5259cbb58092184fdeb4d0635c57480164cb1ce.tar.gz | |
version bump
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 6ab0fc5..03547ff 100644 --- a/tablib/core.py +++ b/tablib/core.py @@ -19,8 +19,8 @@ from tablib.compat import OrderedDict __title__ = 'tablib' -__version__ = '0.9.4' -__build__ = 0x000904 +__version__ = '0.9.7' +__build__ = 0x000907 __author__ = 'Kenneth Reitz' __license__ = 'MIT' __copyright__ = 'Copyright 2011 Kenneth Reitz' |
