From 90cc79e5bf5ad1b21906a1084fe6b8eeea6ea881 Mon Sep 17 00:00:00 2001 From: hanhxiao Date: Fri, 6 Sep 2019 16:46:41 +0800 Subject: [PATCH] chore(version): bumping version to v0.0.37 --- gnes/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnes/__init__.py b/gnes/__init__.py index 9b6b9636..00e0ccdb 100644 --- a/gnes/__init__.py +++ b/gnes/__init__.py @@ -16,5 +16,5 @@ # do not change this line # this is managed by git tag and replaced on every release -__version__ = '0.0.36' +__version__ = '0.0.37' __proto_version__ = '20190905'