From 20b371855521ae01b892240032090b9e63d457b0 Mon Sep 17 00:00:00 2001 From: infosecB Date: Tue, 9 Apr 2024 20:27:21 -0400 Subject: [PATCH] bump to version 1.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e2b5992..148e8d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "PyLOOBins" -version = "1.5.0" +version = "1.6.0" description = "Python package for managing the LOOBins model and schema." authors = ["infosecB "] readme = "docs/pyloobins/README.md"