From: Armaan Bhojwani Date: Sat, 13 Feb 2021 03:34:22 +0000 (-0500) Subject: Bump version X-Git-Tag: v0.7.0~40 X-Git-Url: https://git.armaanb.net/?p=lightcards.git;a=commitdiff_plain;h=c48140e31b1210c0a684c3a68dfeac4466e994d8 Bump version --- diff --git a/setup.py b/setup.py index 0f60632..dfd549b 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open(path.join(pwd, "README.md"), encoding="utf-8") as f: setup( name="lightcards", - version="0.6.0", + version="0.7.0", description="Terminal flashcards from Markdown", long_description=long_description, long_description_content_type="text/markdown",