From 81c316267cf24f602faf11da34f76e76d87613b1 Mon Sep 17 00:00:00 2001 From: vitaliypopel Date: Wed, 18 Sep 2024 13:47:52 +0300 Subject: [PATCH] pyproject.toml updated to 0.2.0 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d9e7690..88faa8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "django-routify" -version = "0.1.0" +version = "0.2.0" description = "Django-Routify is a package for simple routing Views in the classic Django framework." readme = "README.md" @@ -31,7 +31,7 @@ maintainers = [ ] classifiers = [ - "Development Status :: 3 - Alpha", + "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Topic :: Software Development :: Build Tools",