From 8ef7e429059fa0f1d28b932383b6fdfd8bb7c8c5 Mon Sep 17 00:00:00 2001 From: pwwang Date: Sat, 4 Mar 2023 16:47:04 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=200.6.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pipen_args/version.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pipen_args/version.py b/pipen_args/version.py index 906d362..43c4ab0 100644 --- a/pipen_args/version.py +++ b/pipen_args/version.py @@ -1 +1 @@ -__version__ = "0.6.0" +__version__ = "0.6.1" diff --git a/pyproject.toml b/pyproject.toml index 4835701..a8a98eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pipen-args" -version = "0.6.0" +version = "0.6.1" description = "Command-line argument parser for pipen." authors = ["pwwang "] license = "MIT"