From da96a7013d0b501fd84d5c125533b672ccf3d671 Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Sat, 30 Jan 2021 23:12:28 -0500 Subject: [PATCH] Push version to 0.1.0 --- lightcards/lightcards.py | 2 +- man/lightcards.1 | 7 +++++-- man/lightcards.1.md | 7 +++++-- setup.py | 4 ++-- 4 files changed, 13 insertions(+), 7 deletions(-) diff --git a/lightcards/lightcards.py b/lightcards/lightcards.py index 15f8d67..9affd44 100755 --- a/lightcards/lightcards.py +++ b/lightcards/lightcards.py @@ -19,7 +19,7 @@ def parse_args(): nargs=1) parser.add_argument("-v", "--version", action='version', - version="lightcards 0.0.0") + version="lightcards 0.1.0") parser.add_argument("-s", "--shuffle", action='store_true', help="shuffle cards before starting") diff --git a/man/lightcards.1 b/man/lightcards.1 index 9b8586f..3d3cc5f 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.0.0" "" +.TH "lightcards" "1" "January 2021" "0.1.0" "" .hy .SH NAME .PP @@ -22,8 +22,11 @@ Relative or absolute path to the input Markdown or HTML file \f[B]-h\f[R], \f[B]\[en]help\f[R] Show a help message and exit .TP +\f[B]-s\f[R], \f[B]\[en]shuffle\f[R] +Shuffle cards before starting +.TP \f[B]-v\f[R], \f[B]\[en]version\f[R] -Print version +Print version and exit .SH EXIT VALUES .TP \f[B]0\f[R] diff --git a/man/lightcards.1.md b/man/lightcards.1.md index 96e8ccc..90ba1d4 100644 --- a/man/lightcards.1.md +++ b/man/lightcards.1.md @@ -1,4 +1,4 @@ -% lightcards(1) 0.0.0 +% lightcards(1) 0.1.0 % Armaan Bhojwani % January 2021 @@ -19,8 +19,11 @@ lightcards [[options]] [input file] **-h**, **--help** : Show a help message and exit +**-s**, **--shuffle** +: Shuffle cards before starting + **-v**, **--version** -: Print version +: Print version and exit # EXIT VALUES **0** diff --git a/setup.py b/setup.py index 6b7eb99..1925b48 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name="lightcards", - version="0.0.0", + version="0.1.0", description="Markdown flashcards", url="https://sr.ht/~armaan/lightcards", author="Armaan Bhojwani", @@ -11,7 +11,7 @@ setup( packages=["lightcards"], install_requires=["beautifulsoup4", "markdown"], classifiers=[ - "Development Status :: 2 - Pre-Alpha", + "Development Status :: 4 - Beta", "Intended Audience :: Other Audience", "Environment :: Console :: Curses", "License :: OSI Approved :: MIT License", -- 2.39.2