]> git.armaanb.net Git - lightcards.git/blobdiff - setup.py
Bump version to 0.4.0
[lightcards.git] / setup.py
index ac6f77e89daa84e13dbda6b3eae7e56bbca0dab9..b75e9757b29085176cfd87718c3b588ca43417be 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.3.0",
+    version="0.4.0",
     description="Terminal flashcards from Markdown",
     long_description=long_description,
     long_description_content_type="text/markdown",