diff --git a/setup.cfg b/setup.cfg index 15c8b9e..5f54941 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 diff --git a/setup.py b/setup.py index ddb8705..d13a683 100644 --- a/setup.py +++ b/setup.py @@ -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",