From b4c6951b2653e90fc7ae1e06df2bd72411fdb8d3 Mon Sep 17 00:00:00 2001 From: acostapazo Date: Thu, 9 Jan 2020 18:17:44 +0100 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a8bdafe..78d1f62 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ CURRENT_DIR = os.path.abspath(os.path.dirname(__file__)) PACKAGE_NAME = "meiga" -VERSION = "0.1.3" +VERSION = "0.1.4" # The text of the README file with open(os.path.join(CURRENT_DIR, "README.md")) as fid: