From a48512bd822eee3cd5832fcbefe04927211adfd0 Mon Sep 17 00:00:00 2001 From: Ramo Date: Tue, 26 Mar 2024 09:51:28 +1100 Subject: [PATCH] Update version number for tagging (#505) * Update version for tagging * Update the poetry version number * Update --- libcloudforensics/__init__.py | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/libcloudforensics/__init__.py b/libcloudforensics/__init__.py index aa099ec1..64872883 100644 --- a/libcloudforensics/__init__.py +++ b/libcloudforensics/__init__.py @@ -14,4 +14,6 @@ # limitations under the License. """libcloud forensics module.""" +# Since moving to poetry, ensure the version number tracked in pyproject.toml is +# also updated __version__ = '20240325' diff --git a/pyproject.toml b/pyproject.toml index 066b3c4b..84de1b8a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "libcloudforensics" -version = "20240214" +version = "20240325" description = "libcloudforensics is a set of tools to help acquire forensic evidence from Cloud platforms." authors = ["cloud-forensics-utils development team "] license = "Apache-2.0"