From 1dae8ee291ce7d1931abf1fae10179f18aca64e6 Mon Sep 17 00:00:00 2001 From: OttoMation-Movai Date: Wed, 7 Jun 2023 17:05:19 +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 beab574..854cccd 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.4.1-24 +current_version = 2.4.1-25 commit = True message = [skip actions] Automatic version bump {current_version} -> {new_version} diff --git a/setup.py b/setup.py index b50a022..0e74496 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setuptools.setup( name="backend", - version="2.4.1-24", + version="2.4.1-25", author="Backend team", author_email="backend@mov.ai", description="Movai Backend Package",