Skip to content

Commit 628684b

Browse files
Bump version to 2.1.0-a0.
1 parent 827eacd commit 628684b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

setup.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,15 @@
33
with open("README.md", "r", encoding="utf-8") as fh:
44
long_description = fh.read()
55

6+
short_description = \
7+
"Simple wrapper on aiopg to handle postgres connections & basic Models."
8+
69
setuptools.setup(
710
name="db_wrapper",
8-
version="2.0.2",
11+
version="2.1.0-a0",
912
author="Andrew Chang-DeWitt",
1013
author_email="andrew@andrew-chang-dewitt.dev",
11-
description="Simple wrapper on aiopg to handle postgres connections & basic Models.",
14+
description=short_description,
1215
long_description=long_description,
1316
long_description_content_type="text/markdown",
1417
url="https://github.com/cheese-drawer/lib-python-db-wrapper/",

0 commit comments

Comments
 (0)