From 4262f9aae24bb875c8c4e2a70e9212c1c2ea94b1 Mon Sep 17 00:00:00 2001 From: pwwang Date: Tue, 21 Feb 2023 14:52:53 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=200.1.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 1f7c538..2d149fa 100644 --- a/argx/__init__.py +++ b/argx/__init__.py @@ -4,4 +4,4 @@ from .parser import ArgumentParser -__version__ = "0.1.2" +__version__ = "0.1.3" diff --git a/pyproject.toml b/pyproject.toml index f84ff72..c25fce2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "argx" -version = "0.1.2" +version = "0.1.3" description = "Super-charged argparse for python" authors = ["pwwang "] license = "MIT"