From 47bf8813d9330783ca249f2858c654b87e15ffb9 Mon Sep 17 00:00:00 2001 From: Oskar Handmark Date: Wed, 18 Nov 2020 11:57:17 +0100 Subject: [PATCH] 0.3.5 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 668e9f78..03c2c84f 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ import setuptools -VERSION = "0.3.4" +VERSION = "0.3.5" with open("README.md", "r") as fh: long_description = fh.read()