From 2dab0eea0430964cba6978701e5ecbb6f0a711b5 Mon Sep 17 00:00:00 2001 From: Johan Henriksson Date: Tue, 22 Dec 2020 19:29:07 +0100 Subject: [PATCH] Bump version to 0.4.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f2370326..ece80aec 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ import setuptools -VERSION = '0.4.0' +VERSION = "0.4.0" with open('README.md', 'r') as fh: long_description = fh.read()