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