From 8237c7d3d860e9f6b82967adf6b71d7fb7c31244 Mon Sep 17 00:00:00 2001 From: OttoMation-Movai Date: Thu, 3 Aug 2023 11:29:53 +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 1b9b2f6..5accd76 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.4.1-37 +current_version = 2.4.1-38 commit = True message = [skip actions] Automatic version bump {current_version} -> {new_version} diff --git a/setup.py b/setup.py index 97f0a22..d780e25 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setuptools.setup( name="backend", - version="2.4.1-37", + version="2.4.1-38", author="Backend team", author_email="backend@mov.ai", description="Movai Backend Package",