Release version 0.17.

This commit is contained in:
Emil Stenström 2021-09-10 13:32:11 +02:00
parent b7486cae89
commit c9f0068741
2 changed files with 5 additions and 1 deletions

View file

@ -3,7 +3,7 @@ import os
from setuptools import find_packages, setup
VERSION = "0.16"
VERSION = '0.17'
setup(
name="django_components",