From 108a10a406c9fb488e07cb6aaf05483ce3002703 Mon Sep 17 00:00:00 2001 From: Johan Henriksson Date: Wed, 18 Nov 2020 11:04:20 +0100 Subject: [PATCH] bump version to 0.3.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c703e8a1..668e9f78 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ import setuptools -VERSION = "0.3.3" +VERSION = "0.3.4" with open("README.md", "r") as fh: long_description = fh.read()