From cb09dc60a3a1c7ee7e4a3710d09db53b7d5639a9 Mon Sep 17 00:00:00 2001 From: Robert Blackhart Date: Tue, 18 Jun 2024 13:01:02 -0400 Subject: [PATCH] Bump library version to 2024.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fe5ac9a..0ef5dbc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "recline" -version = "2023.5" +version = "2024.6" 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 "]