Skip to content

Commit

Permalink
Update version number (#519)
Browse files Browse the repository at this point in the history
* Add script entrypoint

* Bump version number
  • Loading branch information
Fryyyyy authored Oct 18, 2024
1 parent e5e2a24 commit 649dd2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libcloudforensics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@

# Since moving to poetry, ensure the version number tracked in pyproject.toml is
# also updated
__version__ = '20240325'
__version__ = '20241018'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "libcloudforensics"
version = "20240325"
version = "20241018"
description = "libcloudforensics is a set of tools to help acquire forensic evidence from Cloud platforms."
authors = ["cloud-forensics-utils development team <cloud-forensics-utils-dev@googlegroups.com>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 649dd2d

Please sign in to comment.