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