From cbb56bfe23879c1de28e96d6d1a6755fd558c789 Mon Sep 17 00:00:00 2001 From: vitaliypopel Date: Sat, 21 Sep 2024 23:08:08 +0300 Subject: [PATCH] 0.2.4 release --- .github/workflows/beta.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index 266c6cd..bd18338 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -1,4 +1,4 @@ -name: Django-Routify v0.2.3 +name: Django-Routify v0.2.4 on: release: diff --git a/pyproject.toml b/pyproject.toml index ef388f5..6d92644 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "django-routify" -version = "0.2.3" +version = "0.2.4" description = "Django-Routify is a package for simple routing Views in the classic Django framework." readme = "README.md"