diff options
| author | Kenneth Reitz <me@kennethreitz.com> | 2010-09-13 17:44:28 -0400 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.com> | 2010-09-13 17:44:28 -0400 |
| commit | 876b849950a7c56ae158f417f2336eaeb970b65c (patch) | |
| tree | f1eca1f4b275d246ba1e827212fdef11d79c70cb /tablib | |
| parent | 40c9e0957816f36f6648ba597c8428c992f223d5 (diff) | |
| download | tablib-876b849950a7c56ae158f417f2336eaeb970b65c.tar.gz | |
mend
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 c387031..ac61315 100644 --- a/tablib/core.py +++ b/tablib/core.py @@ -21,8 +21,8 @@ from helpers import * # __all__ = ['Dataset', 'DataBook'] __name__ = 'tablib' -__version__ = '0.6.1' -__build__ = 0x000601 +__version__ = '0.6.2' +__build__ = 0x000602 __author__ = 'Kenneth Reitz' __license__ = 'MIT' __copyright__ = 'Copyright 2010 Kenneth Reitz' |
