summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.org>2017-06-13 12:30:27 -0400
committerKenneth Reitz <me@kennethreitz.org>2017-06-13 12:30:27 -0400
commitd89d243a30d453a349d2f630728e72ac452815c4 (patch)
tree55e339c7625a147e6d2d86645c8487dd64a49f9f
parent69abfc3ada5d754cb152119c0b4777043657cb6e (diff)
downloadtablib-d89d243a30d453a349d2f630728e72ac452815c4.tar.gz
v0.11.5
-rw-r--r--tablib/core.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tablib/core.py b/tablib/core.py
index c44c6ac..be648c2 100644
--- a/tablib/core.py
+++ b/tablib/core.py
@@ -18,11 +18,11 @@ from tablib.compat import OrderedDict, unicode
__title__ = 'tablib'
-__version__ = '0.11.4'
+__version__ = '0.11.5'
__build__ = 0x001104
__author__ = 'Kenneth Reitz'
__license__ = 'MIT'
-__copyright__ = 'Copyright 2016 Kenneth Reitz'
+__copyright__ = 'Copyright 2017 Kenneth Reitz'
__docformat__ = 'restructuredtext'