mirror of
https://github.com/kennethreitz/tablib.git
synced 2026-06-05 23:10:17 +00:00
Version bump (v0.8.5)
This commit is contained in:
@@ -22,7 +22,7 @@ required = []
|
||||
|
||||
setup(
|
||||
name='tablib',
|
||||
version='0.8.4',
|
||||
version='0.8.5',
|
||||
description='Format agnostic tabular data library (XLS, JSON, YAML, CSV)',
|
||||
long_description=open('README.rst').read() + '\n\n' +
|
||||
open('HISTORY.rst').read(),
|
||||
|
||||
+2
-2
@@ -13,8 +13,8 @@ from tablib.formats import FORMATS as formats
|
||||
|
||||
|
||||
__title__ = 'tablib'
|
||||
__version__ = '0.8.4'
|
||||
__build__ = 0x000804
|
||||
__version__ = '0.8.5'
|
||||
__build__ = 0x000805
|
||||
__author__ = 'Kenneth Reitz'
|
||||
__license__ = 'MIT'
|
||||
__copyright__ = 'Copyright 2010 Kenneth Reitz'
|
||||
|
||||
Reference in New Issue
Block a user