From caf33a2f7efc0838327350e1a47d703701f580f6 Mon Sep 17 00:00:00 2001 From: Martin Folkers Date: Wed, 2 Jun 2021 12:51:04 +0200 Subject: [PATCH] Bump version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 47ffcb9..9429b2c 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import find_packages, setup -VERSION = '0.5' +VERSION = '0.7' def long_description():