Skip to content

Commit ca890ef

Browse files
authored
Bump version number (#528)
* Handle scratch disks (no source attribute) * Update python versions (3.8 no longer available) * More updating python version * Update versions * Add setuptools as a direct dependency * Install setuptools directly * Bump version
1 parent 589948f commit ca890ef

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

libcloudforensics/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616

1717
# Since moving to poetry, ensure the version number tracked in pyproject.toml is
1818
# also updated
19-
__version__ = '20241207'
19+
__version__ = '20250116'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "libcloudforensics"
3-
version = "20241207"
3+
version = "20250116"
44
description = "libcloudforensics is a set of tools to help acquire forensic evidence from Cloud platforms."
55
authors = ["cloud-forensics-utils development team <cloud-forensics-utils-dev@googlegroups.com>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)