From 1b22df7bbe80e168ea73156fad8d92f12e1fe1f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?U=C4=9Fur=20=C3=96zy=C4=B1lmazel?= Date: Thu, 7 Nov 2024 21:21:23 +0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.5=20=E2=86=92=200.2.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- README.md | 2 +- pyproject.toml | 2 +- src/dalf/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 3219967..67c169b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.5 +current_version = 0.2.6 commit = True tag = True diff --git a/README.md b/README.md index e04f30d..adcde6c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![Version](https://img.shields.io/badge/version-0.2.5-orange.svg?style=for-the-badge&logo=semver) +![Version](https://img.shields.io/badge/version-0.2.6-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 84d0061..459f42b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dalf" -version = "0.2.5" +version = "0.2.6" authors = [ { name="Uğur Özyılmazel", email="ugurozyilmazel@gmail.com" }, ] diff --git a/src/dalf/__init__.py b/src/dalf/__init__.py index 13a85f7..44b1806 100644 --- a/src/dalf/__init__.py +++ b/src/dalf/__init__.py @@ -1 +1 @@ -__version__ = '0.2.5' +__version__ = '0.2.6'