diff --git a/.bumpversion.cfg b/.bumpversion.cfg index dfcf857..5336983 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.3 +current_version = 0.2.4 commit = True tag = True diff --git a/README.md b/README.md index cc7bc8e..76c731d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![Version](https://img.shields.io/badge/version-0.2.3-orange.svg?style=for-the-badge&logo=semver) +![Version](https://img.shields.io/badge/version-0.2.4-orange.svg?style=for-the-badge&logo=semver) ![Python](https://img.shields.io/badge/python-3.11+-green.svg?style=for-the-badge&logo=python) ![Django](https://img.shields.io/badge/django-5.0.2-green.svg?style=for-the-badge&logo=django) [![Ruff](https://img.shields.io/endpoint?style=for-the-badge&url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) diff --git a/pyproject.toml b/pyproject.toml index 52e55bc..2849f95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dalf" -version = "0.2.3" +version = "0.2.4" authors = [ { name="Uğur Özyılmazel", email="ugurozyilmazel@gmail.com" }, ] diff --git a/src/dalf/__init__.py b/src/dalf/__init__.py index d93b5b2..a6587ae 100644 --- a/src/dalf/__init__.py +++ b/src/dalf/__init__.py @@ -1 +1 @@ -__version__ = '0.2.3' +__version__ = '0.2.4'