diff --git a/docs/conf.py b/docs/conf.py index af813f5..fb23cc0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -27,7 +27,7 @@ author = 'Grant Viklund' # The full version, including alpha/beta/rc tags -release = '0.2.11' +release = '0.2.12' # -- General configuration ------------------------------------------------ diff --git a/setup.py b/setup.py index 8190eaa..1379a7b 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ package_metadata = { 'name': 'django-react-tools', - 'version': '0.2.11', + 'version': '0.2.12', 'description': 'Tools for helping integrate ReactJS into a Django project.', 'long_description': long_description, 'url': 'https://github.com/renderbox/django-react-tools',