summaryrefslogtreecommitdiff
path: root/tablib
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.com>2014-05-27 12:48:00 -0400
committerKenneth Reitz <me@kennethreitz.com>2014-05-27 12:48:00 -0400
commit434f66b4eb051d751a1662e02e2b1fd1e24f728f (patch)
tree0c905f07b342dd70b2a99d6971b75341e07d6c09 /tablib
parentd056916c53b3db0ce1b2a551993c7f4f4796b655 (diff)
downloadtablib-434f66b4eb051d751a1662e02e2b1fd1e24f728f.tar.gz
v0.10.0
Diffstat (limited to 'tablib')
-rw-r--r--tablib/core.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/tablib/core.py b/tablib/core.py
index 86f75b2..9db46c9 100644
--- a/tablib/core.py
+++ b/tablib/core.py
@@ -5,7 +5,7 @@
This module implements the central Tablib objects.
- :copyright: (c) 2011 by Kenneth Reitz.
+ :copyright: (c) 2014 by Kenneth Reitz.
:license: MIT, see LICENSE for more details.
"""
@@ -18,11 +18,11 @@ from tablib.compat import OrderedDict, unicode
__title__ = 'tablib'
-__version__ = '0.9.11'
-__build__ = 0x000911
+__version__ = '0.10.0'
+__build__ = 0x001000
__author__ = 'Kenneth Reitz'
__license__ = 'MIT'
-__copyright__ = 'Copyright 2011 Kenneth Reitz'
+__copyright__ = 'Copyright 2014 Kenneth Reitz'
__docformat__ = 'restructuredtext'