We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99d4fdd commit 42efff7Copy full SHA for 42efff7
3 files changed
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 10.0.0
+current_version = 11.0.0
3
commit = True
4
message = Bump version: {current_version} → {new_version} [skip ci]
5
ibm_watson/version.py
@@ -1 +1 @@
-__version__ = '10.0.0'
+__version__ = '11.0.0'
setup.py
#!/usr/bin/env python
-# (C) Copyright IBM Corp. 2015, 2020.
+# (C) Copyright IBM Corp. 2015, 2025.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -16,7 +16,7 @@
16
from setuptools import setup
17
from os import path
18
19
20
21
# read contents of README file
22
this_directory = path.abspath(path.dirname(__file__))
0 commit comments