From 7e88bca5413c5f6b2ccfab32699ebc617d698ee2 Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Sun, 31 Jan 2021 11:33:31 -0500 Subject: [PATCH] Bump version number --- 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 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", -- 2.39.2