From 95d6eacb5c03a611f92cd9a6e254cea7e0ce57eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emil=20Stenstr=C3=B6m?= Date: Fri, 15 Mar 2024 23:39:35 +0100 Subject: [PATCH] Bump version. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b53d4a4a..41e39e02 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import os from setuptools import find_packages, setup -VERSION = "0.51" +VERSION = "0.52" setup( name="django_components",