From b6837b176c52cde8bbdcf3f4ff4a1d8387b2c5cc Mon Sep 17 00:00:00 2001 From: hanhxiao Date: Tue, 15 Oct 2019 14:01:35 +0800 Subject: [PATCH] chore(version): bumping version to v0.0.45 --- gnes/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnes/__init__.py b/gnes/__init__.py index fafb5b47..51bffa7a 100644 --- a/gnes/__init__.py +++ b/gnes/__init__.py @@ -16,7 +16,7 @@ # do not change this line manually # this is managed by git tag and updated on every release -__version__ = '0.0.44' +__version__ = '0.0.45' # do not change this line manually # this is managed by shell/make-proto.sh and updated on every execution