From 49e1115d9a0931c7ef29766dc26a3932b8c09e6b Mon Sep 17 00:00:00 2001 From: Thijs Kramer Date: Tue, 14 Nov 2023 19:47:17 +0100 Subject: [PATCH] build(version): bump version to 3.0.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8b39525..0510dcf 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="django-vite", - version="2.1.3", + version="3.0.0", description="Integration of Vite in a Django project.", long_description=README, long_description_content_type="text/markdown",