From a77838985b7e20d812a235bdcec61cdddf082a19 Mon Sep 17 00:00:00 2001 From: Mathias Ose Date: Mon, 8 Feb 2021 22:12:26 +0100 Subject: [PATCH] Bump version to 1.8.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2b6fe25..44f540d 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup -VERSION = '1.7.1' +VERSION = '1.8.0' def readme(*paths):