From 8c875a591c49169d768924b14f1078fb205288de Mon Sep 17 00:00:00 2001 From: pwwang Date: Tue, 28 Feb 2023 16:46:35 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=200.2.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- argx/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/argx/__init__.py b/argx/__init__.py index b8aff85..46f4074 100644 --- a/argx/__init__.py +++ b/argx/__init__.py @@ -4,4 +4,4 @@ from .parser import ArgumentParser -__version__ = "0.2.3" +__version__ = "0.2.4" diff --git a/pyproject.toml b/pyproject.toml index ee03e16..20c8162 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "argx" -version = "0.2.3" +version = "0.2.4" description = "Super-charged argparse for python" authors = ["pwwang "] license = "MIT"