File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 10 .0.0
2+ current_version = 11 .0.0
33commit = True
44message = Bump version: {current_version} → {new_version} [skip ci]
55
Original file line number Diff line number Diff line change 1- __version__ = '10 .0.0'
1+ __version__ = '11 .0.0'
Original file line number Diff line number Diff line change 11#!/usr/bin/env python
2- # (C) Copyright IBM Corp. 2015, 2020 .
2+ # (C) Copyright IBM Corp. 2015, 2025 .
33#
44# Licensed under the Apache License, Version 2.0 (the "License");
55# you may not use this file except in compliance with the License.
1616from setuptools import setup
1717from os import path
1818
19- __version__ = '10 .0.0'
19+ __version__ = '11 .0.0'
2020
2121# read contents of README file
2222this_directory = path .abspath (path .dirname (__file__ ))
You can’t perform that action at this time.
0 commit comments