From 0572b0d8456eede720d43fad9ccca5447ae0a696 Mon Sep 17 00:00:00 2001 From: helloqiu Date: Sun, 17 Feb 2019 14:27:53 +0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.7.0=20=E2=86=92=201.8.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- werobot/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index fe6d73ed..41c6d9ad 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.7.0 +current_version = 1.8.0 commit = True tag = True diff --git a/werobot/__init__.py b/werobot/__init__.py index 462e9c32..83a953a1 100644 --- a/werobot/__init__.py +++ b/werobot/__init__.py @@ -1,4 +1,4 @@ -__version__ = '1.7.0' +__version__ = '1.8.0' __author__ = 'whtsky' __license__ = 'MIT'