From cf56ceaaa341e8d4775da481bba72dae9dbfc981 Mon Sep 17 00:00:00 2001 From: Mostafa Moradian Date: Sat, 18 May 2019 00:00:30 +0200 Subject: [PATCH] Bump version to 1.4.0 --- grest/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grest/__init__.py b/grest/__init__.py index 4553bd8..ec20870 100644 --- a/grest/__init__.py +++ b/grest/__init__.py @@ -20,4 +20,4 @@ from .grest import GRest -__version__ = '1.3.0' +__version__ = '1.4.0'