diff --git a/libcloudforensics/__init__.py b/libcloudforensics/__init__.py index 6719442a..15b8bf63 100644 --- a/libcloudforensics/__init__.py +++ b/libcloudforensics/__init__.py @@ -16,4 +16,4 @@ # Since moving to poetry, ensure the version number tracked in pyproject.toml is # also updated -__version__ = '20241207' +__version__ = '20250116' diff --git a/pyproject.toml b/pyproject.toml index 71f17104..8052647f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "libcloudforensics" -version = "20241207" +version = "20250116" 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"