From 6d4a0a729eafcfc8c9e9d19cbaf2345e11ec3e4a Mon Sep 17 00:00:00 2001 From: Pierre-Alexandre Fonta Date: Wed, 21 Feb 2018 15:57:02 +0100 Subject: [PATCH] Update setup.py to release v0.4.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0c80560..c4303a6 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup -VERSION = "0.4.1" +VERSION = "0.4.2" HERE = os.path.abspath(os.path.dirname(__file__))