diff --git a/setup.py b/setup.py index 290eab2a..85dea65d 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import os from setuptools import find_packages, setup -VERSION = '0.4.1' +VERSION = '0.4.2' setup( name="django_reusable_components",