diff --git a/README.md b/README.md index f8d3c34..674ae70 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Simple terms and condition notify app ## Install ```shell -$ pip install -e git+https://github.com/rouxcode/django-tac@0.1.4#egg=django-tac +$ pip install -e git+https://github.com/rouxcode/django-tac@0.1.5#egg=django-tac ``` ## Usage diff --git a/tac/__init__.py b/tac/__init__.py index 0bb2754..b5334c4 100644 --- a/tac/__init__.py +++ b/tac/__init__.py @@ -1,5 +1,5 @@ from __future__ import unicode_literals -__version__ = '0.1.4' +__version__ = '0.1.5' default_app_config = 'tac.apps.TACConfig'