From 233a7353367ac4afb88ecd728a6fa40d81b63b0d Mon Sep 17 00:00:00 2001 From: Friedrich Lindenberg Date: Wed, 4 Apr 2018 10:43:51 +0200 Subject: [PATCH] up version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cce8dc8..7d66111 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages setup( name='dataset', - version='1.0.7', + version='1.0.8', description="Toolkit for Python-based database access.", classifiers=[ "Development Status :: 3 - Alpha",