From b8e34d095fcc49e62a4724c8859512eab0d740f6 Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Mon, 1 Feb 2021 13:46:02 -0500 Subject: [PATCH] Bump version to 0.6.0 --- lightcards/lightcards.py | 2 +- man/lightcards.1 | 2 +- man/lightcards.1.md | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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", -- 2.39.2