From 51003ccfe7bb7debb2f3a879febd47e6dc1d4faf Mon Sep 17 00:00:00 2001 From: infosecB Date: Sun, 31 Dec 2023 13:13:11 -0500 Subject: [PATCH] bump to 1.4.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a5025a3..27002fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "PyLOOBins" -version = "1.4.1" +version = "1.4.2" description = "Python package for managing the LOOBins model and schema." authors = ["infosecB "] readme = "docs/pyloobins/README.md"