From 68e0ce22034ca3366b021d19bcaa4477afbe6eaa Mon Sep 17 00:00:00 2001 From: Mostafa Moradian Date: Sun, 28 Oct 2018 12:10:03 +0330 Subject: [PATCH] upgraded version to 1.0.0 --- grest/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grest/__init__.py b/grest/__init__.py index e0bb32c..8bd9965 100644 --- a/grest/__init__.py +++ b/grest/__init__.py @@ -20,4 +20,4 @@ from .grest import GRest -__version__ = '0.5.7' +__version__ = '1.0.0'