release 1.0.1

This commit is contained in:
Friedrich Lindenberg
2017-09-14 20:22:40 -03:00
parent 39da7522cb
commit db9c41a090
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
description-file = README.md
[flake8]
ignore = E501,E123,E124,E126,E127,E128
ignore = E501,E123,E124,E126,E127,E128
[bdist_wheel]
universal = 1
+2 -2
View File
@@ -8,8 +8,8 @@ if sys.version_info[:2] <= (2, 6):
setup(
name='dataset',
version='1.0.0',
description="Toolkit for Python-based data processing.",
version='1.0.1',
description="Toolkit for Python-based database access.",
long_description="",
classifiers=[
"Development Status :: 3 - Alpha",