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__))