From: Armaan Bhojwani Date: Sun, 31 Jan 2021 16:33:31 +0000 (-0500) Subject: Bump version number X-Git-Tag: v0.3.0~9 X-Git-Url: https://git.armaanb.net/?p=lightcards.git;a=commitdiff_plain;h=7e88bca5413c5f6b2ccfab32699ebc617d698ee2 Bump version number --- diff --git a/lightcards/lightcards.py b/lightcards/lightcards.py index 6f3b508..3279f48 100755 --- a/lightcards/lightcards.py +++ b/lightcards/lightcards.py @@ -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() diff --git a/man/lightcards.1 b/man/lightcards.1 index c746c59..a31e8bc 100644 --- a/man/lightcards.1 +++ b/man/lightcards.1 @@ -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 diff --git a/man/lightcards.1.md b/man/lightcards.1.md index de4e3b7..2871c12 100644 --- a/man/lightcards.1.md +++ b/man/lightcards.1.md @@ -1,4 +1,4 @@ -% lightcards(1) 0.2.0 +% lightcards(1) 0.3.0 % Armaan Bhojwani % January 2021 diff --git a/setup.py b/setup.py index 50b85c1..ac6f77e 100644 --- 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",