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.
99For example, you can install version 0.1.0 with the following command:
1010
1111```
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
1313```
1414
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.
1616
1717## Usage
1818
Original file line number Diff line number Diff line change 55
66setuptools .setup (
77 name = "db_wrapper" ,
8- version = "0.1.1 " ,
8+ version = "0.1.2 " ,
99 author = "Andrew Chang-DeWitt" ,
1010 author_email = "andrew@andrew-chang-dewitt.dev" ,
1111 description = "Simple wrapper on aiopg to handle postgres connections & basic Models." ,
1414 url = "https://github.com/cheese-drawer/lib-python-db-wrapper/" ,
1515 packages = setuptools .find_packages (),
1616 package_data = {
17- 'db-wrapper ' : ['py.typed' ]},
17+ 'db_wrapper ' : ['py.typed' ]},
1818 install_requires = [
1919 'aiopg>=1.1.0,<2.0.0' ,
2020 ],
You can’t perform that action at this time.
0 commit comments