From b663abd549167725daeb51249419500bbf8c41f0 Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Mon, 1 Feb 2021 13:34:36 -0500 Subject: [PATCH] Bump version number --- lightcards/lightcards.py | 2 +- man/lightcards.1 | 2 +- man/lightcards.1.md | 4 ++-- setup.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lightcards/lightcards.py b/lightcards/lightcards.py index 596f896..0068112 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.4.0") + version="lightcards 0.5.0") return parser.parse_args() diff --git a/man/lightcards.1 b/man/lightcards.1 index 06dd0c5..106c36d 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.4.0" "" +.TH "lightcards" "1" "February 2021" "0.5.0" "" .hy .SH NAME .PP diff --git a/man/lightcards.1.md b/man/lightcards.1.md index adcb7e2..0cc98b2 100644 --- a/man/lightcards.1.md +++ b/man/lightcards.1.md @@ -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 diff --git a/setup.py b/setup.py index 830e579..9415035 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.4.0", + version="0.5.0", description="Terminal flashcards from Markdown", long_description=long_description, long_description_content_type="text/markdown", -- 2.39.2