From 2401a898fa566318aff792724baee623405b82d5 Mon Sep 17 00:00:00 2001 From: helloqiu Date: Thu, 10 Jan 2019 22:01:54 +0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.6.0=20=E2=86=92=201.7.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 17738f12..fe6d73ed 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.6.0 +current_version = 1.7.0 commit = True tag = True diff --git a/werobot/__init__.py b/werobot/__init__.py index 5d960476..462e9c32 100644 --- a/werobot/__init__.py +++ b/werobot/__init__.py @@ -1,4 +1,4 @@ -__version__ = '1.6.0' +__version__ = '1.7.0' __author__ = 'whtsky' __license__ = 'MIT'