Skip to content

Commit 2b9cd82

Browse files
committed
Bump version: 0.2.3 → 0.2.4
1 parent eb450bd commit 2b9cd82

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.3
2+
current_version = 0.2.4
33
commit = True
44
tag = True
55

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Version](https://img.shields.io/badge/version-0.2.3-orange.svg?style=for-the-badge&logo=semver)
1+
![Version](https://img.shields.io/badge/version-0.2.4-orange.svg?style=for-the-badge&logo=semver)
22
![Python](https://img.shields.io/badge/python-3.11+-green.svg?style=for-the-badge&logo=python)
33
![Django](https://img.shields.io/badge/django-5.0.2-green.svg?style=for-the-badge&logo=django)
44
[![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)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "dalf"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
authors = [
55
{ name="Uğur Özyılmazel", email="[email protected]" },
66
]

src/dalf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.2.3'
1+
__version__ = '0.2.4'

0 commit comments

Comments
 (0)