]> git.armaanb.net Git - lightcards.git/commitdiff
Bump version number
authorArmaan Bhojwani <me@armaanb.net>
Mon, 1 Feb 2021 18:34:36 +0000 (13:34 -0500)
committerArmaan Bhojwani <me@armaanb.net>
Mon, 1 Feb 2021 18:34:36 +0000 (13:34 -0500)
lightcards/lightcards.py
man/lightcards.1
man/lightcards.1.md
setup.py

index 596f89644baffd6ad1b614db52b2e982cfb1e0a5..00681120492cb7d3178996559c40ff597697e07c 100644 (file)
@@ -40,7 +40,7 @@ def parse_args():
                         help="shuffle card order")
     parser.add_argument("-v", "--version",
                         action='version',
-                        version="lightcards 0.4.0")
+                        version="lightcards 0.5.0")
     return parser.parse_args()
 
 
index 06dd0c594e9a92e71ddcb6fd1035e43ab1051bc9..106c36dd2bae1b833dca1bfe1b0bb978bb95005c 100644 (file)
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.11.3
 .\"
-.TH "lightcards" "1" "January 2021" "0.4.0" ""
+.TH "lightcards" "1" "February 2021" "0.5.0" ""
 .hy
 .SH NAME
 .PP
index adcb7e208bc294039e18a3c03f3d7bcb832217aa..0cc98b280e80be8987a82355a83e0370f16a1217 100644 (file)
@@ -1,6 +1,6 @@
-% lightcards(1) 0.4.0
+% lightcards(1) 0.5.0
 % Armaan Bhojwani
-% January 2021
+% February 2021
 
 # NAME
 lightcards - terminal flashcards from Markdown
index 830e579dbd87bcacf9e82dfe02326f58d9b1bf14..941503538fc4ef1c71c132c019305e2f11222ce2 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.4.0",
+    version="0.5.0",
     description="Terminal flashcards from Markdown",
     long_description=long_description,
     long_description_content_type="text/markdown",