Bump version.

This commit is contained in:
Emil Stenström 2024-03-30 09:18:33 +01:00
parent 2c8fc6c3a2
commit ae5cda9f72

View file

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