diff --git a/.bumpversion.cfg b/.bumpversion.cfg index d5af1fa..ff66ec0 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.4.1-14 +current_version = 2.4.1-15 commit = True message = [skip actions] Automatic version bump {current_version} -> {new_version} diff --git a/setup.py b/setup.py index 1fe9a44..44983b8 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setuptools.setup( name="backend", - version="2.4.1-14", + version="2.4.1-15", author="Backend team", author_email="backend@mov.ai", description="Movai Backend Package",