We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68621e4 commit 4444465Copy full SHA for 4444465
README.md
@@ -9,10 +9,10 @@ Install with `pip` from releases on this repo.
9
For example, you can install version 0.1.0 with the following command:
10
11
```
12
-$ pip install https://github.com/cheese-drawer/lib-python-db-wrapper/releases/download/0.1.0/db-wrapper-0.1.0.tar.gz
+$ pip install https://github.com/cheese-drawer/lib-python-db-wrapper/releases/download/0.1.1/db-wrapper-0.1.1.tar.gz
13
14
15
-If looking for a different release version, just replace the two instances of `0.1.0` in the command with the version number you need.
+If looking for a different release version, just replace the two instances of `0.1.1` in the command with the version number you need.
16
17
## Usage
18
0 commit comments