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