From dc9aa9524c987481c2886e53a5ad8acc5180886d Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Fri, 2 Jul 2021 22:01:51 +0100 Subject: [PATCH] Version 0.0.3 --- setup.cfg | 2 +- simplelist.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index aa27d2c..bcd8321 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = simplelist -version = 0.0.2 +version = 0.0.3 description = a simple mailing list tool designed for Postfix. long_description = file: README.md, LICENSE license = MIT diff --git a/simplelist.py b/simplelist.py index 37330ff..ac71f8f 100755 --- a/simplelist.py +++ b/simplelist.py @@ -57,7 +57,7 @@ def main() -> int: # noqa: WPS212 WPS210 WPS213 parser = argparse.ArgumentParser('simplelist') parser.add_argument('list', help='List name') parser.add_argument('-c', '--config', help='Location of the configuration file to use', default='/etc/postfix/simplelist.yaml') - parser.add_argument('-v', '--version', action='version', version='%(prog)s 0.0.2') # noqa: WPS323 + parser.add_argument('-v', '--version', action='version', version='%(prog)s 0.0.3') # noqa: WPS323 args = parser.parse_args() # Load config