From cd1004b0e610a7bf1d97db53604116e3dabd7bf2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 16:26:21 +0000 Subject: [PATCH] bump version to exist version v1.0.666 --- .bumpversion.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8982beed..7bd32450 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = False tag = True -current_version = 1.0.666 +current_version = 1.0.667 tag_name = v{current_version} message = GitHub Actions Build {current_version} diff --git a/setup.py b/setup.py index 716e7052..c56286c7 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup, find_packages -__version__ = '1.0.666' # update also .bumpversion.cfg +__version__ = '1.0.667' # update also .bumpversion.cfg here = path.abspath(path.dirname(__file__))