From 11f95a9a0c99214d62b19c9475f0d66f96dfb7d3 Mon Sep 17 00:00:00 2001 From: Aaron Peterson Date: Tue, 16 Jan 2024 13:07:39 -0800 Subject: [PATCH] update version to 20231116-1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1feacd929..64c8c4dd0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "turbinia" -version = "20231116" +version = "20231116-1" description = "Automation and Scaling of Digital Forensics Tools" authors = ["Turbinia Developers "] maintainers = ["Turbinia Developers "]