]> git.armaanb.net Git - lightcards.git/commitdiff
Bump version number
authorArmaan Bhojwani <me@armaanb.net>
Sun, 31 Jan 2021 16:33:31 +0000 (11:33 -0500)
committerArmaan Bhojwani <me@armaanb.net>
Sun, 31 Jan 2021 16:33:31 +0000 (11:33 -0500)
lightcards/lightcards.py
man/lightcards.1
man/lightcards.1.md
setup.py

index 6f3b508b6888a25fa051afcc003e7e3786c37f2e..3279f483d2764fcec9041d320d46e6ae1a16d372 100755 (executable)
@@ -28,7 +28,7 @@ def parse_args():
                         help="shuffle card order")
     parser.add_argument("-v", "--version",
                         action='version',
-                        version="lightcards 0.2.0")
+                        version="lightcards 0.3.0")
     return parser.parse_args()
 
 
index c746c5988ca0033796a3c3e38e05e7cb183a6a25..a31e8bcaf836e40d1c410733dae7d3bf507baa4b 100644 (file)
@@ -1,6 +1,6 @@
 .\" Automatically generated by Pandoc 2.11.3
 .\"
-.TH "lightcards" "1" "January 2021" "0.2.0" ""
+.TH "lightcards" "1" "January 2021" "0.3.0" ""
 .hy
 .SH NAME
 .PP
index de4e3b77038d4146eb6d871bf357d98aa0353652..2871c12d638bf4328b14bd8dca06d04ff6407b27 100644 (file)
@@ -1,4 +1,4 @@
-% lightcards(1) 0.2.0
+% lightcards(1) 0.3.0
 % Armaan Bhojwani
 % January 2021
 
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",