From bbdf5f11ab0c77e0b8907c593cdd73e287c2948d Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 7 Feb 2016 13:46:03 -0500 Subject: v0.11.1, fix packaging error --- tablib/core.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tablib') 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' -- cgit v1.2.1