Skip to content

Commit 3a7e6d7

Browse files
committed
Bump version: 0.2.6 → 0.3.0
1 parent 7427934 commit 3a7e6d7

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.6
2+
current_version = 0.3.0
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.6-orange.svg?style=for-the-badge&logo=semver)
1+
![Version](https://img.shields.io/badge/version-0.3.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.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.6"
3+
version = "0.3.0"
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.6'
1+
__version__ = '0.3.0'

0 commit comments

Comments
 (0)