Skip to content

Commit

Permalink
bump version to 0.0.3 and adjust readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wullerot committed May 22, 2018
1 parent 8567010 commit 8796c01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Simple terms and condition notify app

## Install
```shell
$ pip install -e git+https://github.com/rouxcode/[email protected].1#egg=django-tac
$ pip install -e git+https://github.com/rouxcode/[email protected].3#egg=django-tac
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion tac/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from __future__ import unicode_literals


__version__ = '0.0.2'
__version__ = '0.0.3'
default_app_config = 'tac.apps.TACConfig'

0 comments on commit 8796c01

Please sign in to comment.