Skip to content

Commit 401ee0e

Browse files
authored
Update README.md
1 parent dd5be63 commit 401ee0e

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 easily manage apps migrations based on GIT repository (it
33
So you can easily return to any previous state that is stored in DB by one command.
44

55
## Version
6-
This is the first release of package. Current version is `0.1.0`
6+
This is the first release of package. Current version is `0.1.1`
77

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

1515
First yoy 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)