Bump version.

This commit is contained in:
Emil Stenström 2020-07-10 13:15:11 +02:00
parent 77e5e03e45
commit b95c6a91f5

View file

@ -3,7 +3,7 @@ import os
from setuptools import find_packages, setup
VERSION = "0.3"
VERSION = '0.4'
setup(
name="django_reusable_components",