From: Armaan Bhojwani Date: Mon, 1 Feb 2021 18:46:02 +0000 (-0500) Subject: Bump version to 0.6.0 X-Git-Tag: v0.6.0~51 X-Git-Url: https://git.armaanb.net/?p=lightcards.git;a=commitdiff_plain;h=b8e34d095fcc49e62a4724c8859512eab0d740f6 Bump version to 0.6.0 --- diff --git a/lightcards/lightcards.py b/lightcards/lightcards.py index 0068112..102a17a 100644 --- a/lightcards/lightcards.py +++ b/lightcards/lightcards.py @@ -40,7 +40,7 @@ def parse_args(): help="shuffle card order") parser.add_argument("-v", "--version", action='version', - version="lightcards 0.5.0") + version="lightcards 0.6.0") return parser.parse_args() diff --git a/man/lightcards.1 b/man/lightcards.1 index 106c36d..a763c38 100644 --- a/man/lightcards.1 +++ b/man/lightcards.1 @@ -1,6 +1,6 @@ .\" Automatically generated by Pandoc 2.11.3 .\" -.TH "lightcards" "1" "February 2021" "0.5.0" "" +.TH "lightcards" "1" "February 2021" "0.6.0" "" .hy .SH NAME .PP diff --git a/man/lightcards.1.md b/man/lightcards.1.md index 0cc98b2..87a0a69 100644 --- a/man/lightcards.1.md +++ b/man/lightcards.1.md @@ -1,4 +1,4 @@ -% lightcards(1) 0.5.0 +% lightcards(1) 0.6.0 % Armaan Bhojwani % February 2021 diff --git a/setup.py b/setup.py index 9415035..20d9b97 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.5.0", + version="0.6.0", description="Terminal flashcards from Markdown", long_description=long_description, long_description_content_type="text/markdown",