diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a5c5ae6b..e7e015f9 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.0-23 +current_version = 1.0.0-24 commit = True message = [SKIP] Automatic version bump {current_version} -> {new_version} diff --git a/setup.py b/setup.py index 147e9ca3..122cbe81 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,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="dal", - version="1.0.0-23", + version="1.0.0-24", author="Backend team", author_email="backend@mov.ai", description="Dummy description",