diff --git a/setup.py b/setup.py index 97a97a65..82c1c335 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import os from setuptools import find_packages, setup -VERSION = '0.9.2' +VERSION = '0.10' setup( name="django_components",