From c373366ef573c553fa05b260660c2aa88e1b1449 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 17 Mar 2023 21:10:31 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=206.0.1=20=E2=86=92=207.0.0=20[?= =?UTF-8?q?skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- ibm_watson/version.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index de99fb6c..4eca3e4c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 6.0.1 +current_version = 7.0.0 commit = True message = Bump version: {current_version} → {new_version} [skip ci] diff --git a/ibm_watson/version.py b/ibm_watson/version.py index c4b0ef89..5220ac1a 100644 --- a/ibm_watson/version.py +++ b/ibm_watson/version.py @@ -1 +1 @@ -__version__ = '6.0.1' +__version__ = '7.0.0' diff --git a/setup.py b/setup.py index f3372074..0dafd3d0 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ from setuptools import setup from os import path -__version__ = '6.0.1' +__version__ = '7.0.0' # read contents of README file this_directory = path.abspath(path.dirname(__file__))