Skip to content

Commit 9fc5544

Browse files
Bump version
1 parent 4444465 commit 9fc5544

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ Install with `pip` from releases on this repo.
99
For 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

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="db_wrapper",
8-
version="0.1.1",
8+
version="0.1.2",
99
author="Andrew Chang-DeWitt",
1010
author_email="[email protected]",
1111
description="Simple wrapper on aiopg to handle postgres connections & basic Models.",
@@ -14,7 +14,7 @@
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
],

0 commit comments

Comments
 (0)