Bump version.

This commit is contained in:
Emil Stenström 2024-03-29 23:41:49 +01:00
parent 7e90444ae2
commit 20847b978b

View file

@ -3,7 +3,7 @@ import os
from setuptools import find_packages, setup from setuptools import find_packages, setup
VERSION = "0.61" VERSION = "0.62"
setup( setup(
name="django_components", name="django_components",