Skip to content

Commit 70409de

Browse files
committed
Bump version: 0.4.7 → 0.5.0
1 parent eb76a94 commit 70409de

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "0.4.7"
2+
current_version = "0.5.0"
33
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
44
serialize = ["{major}.{minor}.{patch}"]
55
search = "{current_version}"

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.4.7-orange.svg?style=for-the-badge&logo=semver)
1+
![Version](https://img.shields.io/badge/version-0.5.0-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.2.7-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.4.7"
3+
version = "0.5.0"
44
authors = [
55
{ name="Uğur Özyılmazel", email="ugurozyilmazel@gmail.com" },
66
]

src/dalf/__init__.py

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

0 commit comments

Comments
 (0)