From b83a64a87fecc7c6754ffee48a15194289445d13 Mon Sep 17 00:00:00 2001 From: OttoMation-Movai Date: Mon, 5 Jun 2023 09:12:23 +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 637050a0..ac63b62d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.4.1-22 +current_version = 2.4.1-23 commit = True message = [SKIP] Automatic version bump {current_version} -> {new_version} diff --git a/setup.py b/setup.py index 0b2224e3..f8b12211 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ # The 'install_requires' is where you specify the package dependencies of your package. They will be automaticly installed, before your package. # noqa: E501 setuptools.setup( name="data-access-layer", - version="2.4.1-22", + version="2.4.1-23", author="Backend team", author_email="backend@mov.ai", description="DATA ACCESS LAYER",