From f27e1106efde43dbfbda8800a94ac34ab152a15c Mon Sep 17 00:00:00 2001 From: plasky <paul.lasky@monash.edu> Date: Thu, 8 Nov 2018 15:39:05 +1100 Subject: [PATCH] updating to version 0.3.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2ec62c6b..9d6ac484 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ def readfile(filename): return filecontents -VERSION = '0.3.2' +VERSION = '0.3.3' version_file = write_version_file(VERSION) long_description = get_long_description() -- GitLab