From bf52b080e84d5b114ecf04f466788b05e0f18ed1 Mon Sep 17 00:00:00 2001 From: Antonio Feregrino Date: Wed, 5 Dec 2018 23:26:58 +0000 Subject: [PATCH] Version bump to 0.4.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 013dd43..eae6c2d 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ long_description = fh.read() # Package version -VERSION = "0.3.0" +VERSION = "0.4.0" class VerifyVersionCommand(install):