From e5fede8f69152a357cc7c52ca99dfc066d186004 Mon Sep 17 00:00:00 2001 From: OttoMation-Movai Date: Thu, 15 Feb 2024 13:38:07 +0000 Subject: [PATCH] [skip actions] Automatic Bump of build version --- .bumpversion.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index dea607e..17ef87d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.5.0-15 +current_version = 2.5.0-16 commit = True message = [skip actions] Automatic version bump {current_version} -> {new_version} diff --git a/setup.py b/setup.py index 41cddb0..a677329 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setuptools.setup( name="backend", - version="2.5.0-15", + version="2.5.0-16", author="Backend team", author_email="backend@mov.ai", description="Movai Backend Package",