Skip to content

Commit

Permalink
Bump version to 2.1.0-a0.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-chang-dewitt committed Oct 24, 2021
1 parent 827eacd commit 628684b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@
with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()

short_description = \
"Simple wrapper on aiopg to handle postgres connections & basic Models."

setuptools.setup(
name="db_wrapper",
version="2.0.2",
version="2.1.0-a0",
author="Andrew Chang-DeWitt",
author_email="[email protected]",
description="Simple wrapper on aiopg to handle postgres connections & basic Models.",
description=short_description,
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/cheese-drawer/lib-python-db-wrapper/",
Expand Down

0 comments on commit 628684b

Please sign in to comment.