From 8735b5df65c479d363f96bdecd6c9d7d940901d0 Mon Sep 17 00:00:00 2001 From: Brendan Chamberlain Date: Sat, 31 Aug 2024 19:41:06 -0400 Subject: [PATCH] bump to version 1.7.2 (#209) Co-authored-by: infosecB --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f24ae59..2f09296 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "PyLOOBins" -version = "1.7.1" +version = "1.7.2" description = "Python package for managing the LOOBins model and schema." authors = ["infosecB "] readme = "docs/pyloobins/README.md"