X-Git-Url: https://git.armaanb.net/?p=lightcards.git;a=blobdiff_plain;f=setup.py;h=dfd549b3961e2ca4356826311b1449480d0ee3de;hp=0f606325d7a430b8c6f4007e47a4b05c4347f70e;hb=c48140e31b1210c0a684c3a68dfeac4466e994d8;hpb=15ada869bb3a7b82e644efa115d94901623e4484 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",