From fea4c26c0c9bd25e2e91001a81de188d889d9658 Mon Sep 17 00:00:00 2001 From: Antonio Feregrino Date: Sun, 30 Sep 2018 18:03:31 +0100 Subject: [PATCH] Bump to version 0.3.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 013dd43..87ef67a 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ long_description = fh.read() # Package version -VERSION = "0.3.0" +VERSION = "0.3.1" class VerifyVersionCommand(install):