From 852d910af68a46255834e6887cda493fcc23e388 Mon Sep 17 00:00:00 2001 From: Andy Geach Date: Thu, 15 Feb 2024 12:46:21 +0000 Subject: [PATCH] update version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 304375a..a7ff6dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bc-utils" -version = "0.1.3" +version = "0.1.4" description = "Python utility automation scripts for Barchart.com" authors = ["Andy Geach "] license = "BSD-3-Clause"