File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ Install with `pip` from releases on this repo.
9
9
For example, you can install version 0.1.0 with the following command:
10
10
11
11
```
12
- $ pip install https://github.com/cheese-drawer/lib-python-db-wrapper/releases/download/0.1.1 /db-wrapper-0.1.1 .tar.gz
12
+ $ pip install https://github.com/cheese-drawer/lib-python-db-wrapper/releases/download/0.1.2 /db-wrapper-0.1.2 .tar.gz
13
13
```
14
14
15
- 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.
15
+ If looking for a different release version, just replace the two instances of ` 0.1.2 ` in the command with the version number you need.
16
16
17
17
## Usage
18
18
Original file line number Diff line number Diff line change 5
5
6
6
setuptools .setup (
7
7
name = "db_wrapper" ,
8
- version = "0.1.1 " ,
8
+ version = "0.1.2 " ,
9
9
author = "Andrew Chang-DeWitt" ,
10
10
11
11
description = "Simple wrapper on aiopg to handle postgres connections & basic Models." ,
14
14
url = "https://github.com/cheese-drawer/lib-python-db-wrapper/" ,
15
15
packages = setuptools .find_packages (),
16
16
package_data = {
17
- 'db-wrapper ' : ['py.typed' ]},
17
+ 'db_wrapper ' : ['py.typed' ]},
18
18
install_requires = [
19
19
'aiopg>=1.1.0,<2.0.0' ,
20
20
],
You can’t perform that action at this time.
0 commit comments