From 7c4467f6cb7e566a1470e7a39e6d7a760904eeec Mon Sep 17 00:00:00 2001 From: matthewgdv <37582022+matthewgdv@users.noreply.github.com> Date: Fri, 23 Oct 2020 12:59:52 +0100 Subject: [PATCH] Bump version number in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 265d269..474ba6b 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages from os import path -__version__ = "0.3.10" +__version__ = "0.3.11" here = path.abspath(path.dirname(__file__))