From 61528ef0ad0445aff66ba1e1f775bdad3167f232 Mon Sep 17 00:00:00 2001 From: Juro Oravec Date: Sat, 12 Apr 2025 20:48:54 +0200 Subject: [PATCH] build: Change versioning to major.minor.patch (#1123) --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 70fd4736..25069b08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,13 +4,14 @@ build-backend = "setuptools.build_meta" [project] name = "django_components" -version = "0.139" +version = "0.139.0" requires-python = ">=3.8, <4.0" description = "A way to create simple reusable template components in Django." keywords = ["django", "components", "css", "js", "html"] readme = "README.md" authors = [ {name = "Emil Stenström", email = "emil@emilstenstrom.se"}, + {name = "Juro Oravec", email = "juraj.oravec.josefson@gmail.com"}, ] classifiers = [ "Framework :: Django",