diff options
| author | Kenneth Reitz <me@kennethreitz.org> | 2016-02-07 13:46:03 -0500 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.org> | 2016-02-07 13:46:03 -0500 |
| commit | bbdf5f11ab0c77e0b8907c593cdd73e287c2948d (patch) | |
| tree | 84c04c9dfc4521dd389c00a633c9bf1f6cace7d6 /tablib | |
| parent | 851ba25702e0b78d9653caa543af215f3702e10b (diff) | |
| download | tablib-bbdf5f11ab0c77e0b8907c593cdd73e287c2948d.tar.gz | |
v0.11.1, fix packaging errorv0.11.1
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 08b2e31..5b23cb5 100644 --- a/tablib/core.py +++ b/tablib/core.py @@ -18,8 +18,8 @@ from tablib.compat import OrderedDict, unicode __title__ = 'tablib' -__version__ = '0.11.0' -__build__ = 0x001100 +__version__ = '0.11.1' +__build__ = 0x001101 __author__ = 'Kenneth Reitz' __license__ = 'MIT' __copyright__ = 'Copyright 2016 Kenneth Reitz' |
