From 687fb8dc4e088723e7935d3030e5d38b9b294776 Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Sun, 31 Jan 2021 17:07:53 -0500 Subject: [PATCH] Bump version to 0.4.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 ced97c4..da9d903 100755 --- a/lightcards/lightcards.py +++ b/lightcards/lightcards.py @@ -30,7 +30,7 @@ def parse_args(): help="shuffle card order") parser.add_argument("-v", "--version", action='version', - version="lightcards 0.3.0") + version="lightcards 0.4.0") return parser.parse_args() diff --git a/man/lightcards.1 b/man/lightcards.1 index c8264e4..b4029ef 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.3.0" "" +.TH "lightcards" "1" "January 2021" "0.4.0" "" .hy .SH NAME .PP diff --git a/man/lightcards.1.md b/man/lightcards.1.md index 6c3a385..90d0c1a 100644 --- a/man/lightcards.1.md +++ b/man/lightcards.1.md @@ -1,4 +1,4 @@ -% lightcards(1) 0.3.0 +% lightcards(1) 0.4.0 % Armaan Bhojwani % January 2021 diff --git a/setup.py b/setup.py index ac6f77e..b75e975 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.3.0", + version="0.4.0", description="Terminal flashcards from Markdown", long_description=long_description, long_description_content_type="text/markdown", -- 2.39.2