diff options
| author | Kenneth Reitz <me@kennethreitz.org> | 2016-02-16 08:49:28 -0500 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.org> | 2016-02-16 08:49:28 -0500 |
| commit | 2814fbc38100e00b2e78d47cb05defa8e9854126 (patch) | |
| tree | aef47f505858c8ff836fa0fbb557f2bfea14aa96 /tablib | |
| parent | 9ca1d4ec5401f4e438a313eed5da25ba48590516 (diff) | |
| download | tablib-2814fbc38100e00b2e78d47cb05defa8e9854126.tar.gz | |
v0.11.3v0.11.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 0846df9..3db24f3 100644 --- a/tablib/core.py +++ b/tablib/core.py @@ -18,8 +18,8 @@ from tablib.compat import OrderedDict, unicode __title__ = 'tablib' -__version__ = '0.11.2' -__build__ = 0x001102 +__version__ = '0.11.3' +__build__ = 0x001103 __author__ = 'Kenneth Reitz' __license__ = 'MIT' __copyright__ = 'Copyright 2016 Kenneth Reitz' |
