From 1c6961ad3fd75b5e2f30b83b5c994989b6de75ed Mon Sep 17 00:00:00 2001 From: Robert Blackhart Date: Wed, 8 Feb 2023 08:54:53 -0500 Subject: [PATCH] bump version number for release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cd9f2c3..5711ca9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "recline" -version = "2022.6" +version = "2023.2" description = "Writing argparse-based command line applications can become tedious, repetitive, and difficult to do right. Relax and let this library free you from that burden." license = "BSD-3-Clause" authors = ["NetApp "]