From 8c33ca44e22409f9804098ab40ea2f221a81676d Mon Sep 17 00:00:00 2001 From: Francis Engelmann Date: Sun, 29 Dec 2019 22:40:53 +0100 Subject: [PATCH] new version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4a234cd..6af0d27 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f: long_description = f.read() -version = '0.1.5' +version = '0.1.6' setup(name='pyviz3d', version=version,