From d36445c48fb4c7f52cbcc44f01032435abe17b5d Mon Sep 17 00:00:00 2001 From: OttoMation-Movai Date: Thu, 23 May 2024 18:37:20 +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 9b0c6cd..621bc64 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] Automatic version bump {current_version} -> {new_version} diff --git a/setup.py b/setup.py index 5d1024b..64fe217 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setuptools.setup( name="gd-node", - version="2.5.0-15", + version="2.5.0-16", author="Backend team", author_email="backend@mov.ai", description="GD_Node",