diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 2bf6c9a..a81d98b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.4.2-15 +current_version = 2.4.2-16 commit = True message = [skip actions] Automatic version bump {current_version} -> {new_version} diff --git a/setup.py b/setup.py index bf0e4b1..794cf45 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setuptools.setup( name="backend", - version="2.4.2-15", + version="2.4.2-16", author="Backend team", author_email="backend@mov.ai", description="Movai Backend Package",