]> git.armaanb.net Git - lightcards.git/blobdiff - setup.py
Bump version to 0.6.0
[lightcards.git] / setup.py
index 941503538fc4ef1c71c132c019305e2f11222ce2..20d9b979748abc06a192c2550b11323e4ef3ae3e 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.5.0",
+    version="0.6.0",
     description="Terminal flashcards from Markdown",
     long_description=long_description,
     long_description_content_type="text/markdown",