Skip to content

Commit 558add4

Browse files
committed
fix readme
1 parent ef956c1 commit 558add4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ This package allow to easy manage apps migrations based on GIT repository (it us
33
So you can return to any previous state that is saved in DB by one command.
44

55
## Version
6-
Current version is `0.3.0`
6+
Current version is `0.3.1`
77

88
It works with:
99
- django >= 1.11.3
@@ -14,7 +14,7 @@ It works with:
1414

1515
First you need to install package with pip:
1616
```bash
17-
pip install git+https://github.com/freenoth/[email protected].0
17+
pip install git+https://github.com/freenoth/[email protected].1
1818
```
1919

2020
Then install it to your `INSTALLED_APPS`

0 commit comments

Comments
 (0)