diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a0fadef5..56830fec 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.5.0-7 +current_version = 2.5.0-8 commit = True message = [SKIP] Automatic version bump {current_version} -> {new_version} diff --git a/setup.py b/setup.py index a8eab505..ee7bcf1b 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,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.5.0-7", + version="2.5.0-8", author="Backend team", author_email="backend@mov.ai", description="DATA ACCESS LAYER",