update version

This commit is contained in:
Friedrich Lindenberg 2013-09-18 12:54:27 +02:00
parent 4ca0b4f167
commit 9de60c388d
2 changed files with 8 additions and 1 deletions

7
CHANGELOG.md Normal file
View File

@ -0,0 +1,7 @@
# dataset ChangeLog
*The changelog has only been started with version 0.3.12, previous
changes must be reconstructed from revision history.*
* 0.3.12: Makes table primary key's types and names configurable, fixing
#19. Contributed by @dnatag.

View File

@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup( setup(
name='dataset', name='dataset',
version='0.3.11', version='0.3.12',
description="Toolkit for Python-based data processing.", description="Toolkit for Python-based data processing.",
long_description="", long_description="",
classifiers=[ classifiers=[