v0.11.1, fix packaging error

This commit is contained in:
2016-02-07 13:46:03 -05:00
parent 851ba25702
commit bbdf5f11ab
4 changed files with 30 additions and 28 deletions
+2 -2
View File
@@ -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'