]> git.armaanb.net Git - lightcards.git/commitdiff
Bump version
authorArmaan Bhojwani <me@armaanb.net>
Sat, 13 Feb 2021 03:34:22 +0000 (22:34 -0500)
committerArmaan Bhojwani <me@armaanb.net>
Sat, 13 Feb 2021 03:34:22 +0000 (22:34 -0500)
setup.py

index 0f606325d7a430b8c6f4007e47a4b05c4347f70e..dfd549b3961e2ca4356826311b1449480d0ee3de 100644 (file)
--- 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",