From 16eab6ed332198b3f75d8c0f4fe3af35bc8468a8 Mon Sep 17 00:00:00 2001 From: pwwang Date: Fri, 24 Feb 2023 16:07:03 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=200.2.3?= 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 b74d788..b8aff85 100644 --- a/argx/__init__.py +++ b/argx/__init__.py @@ -4,4 +4,4 @@ from .parser import ArgumentParser -__version__ = "0.2.2" +__version__ = "0.2.3" diff --git a/pyproject.toml b/pyproject.toml index a2ce596..ee03e16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "argx" -version = "0.2.2" +version = "0.2.3" description = "Super-charged argparse for python" authors = ["pwwang "] license = "MIT"