Skip to content

Commit

Permalink
Update version number for tagging (#505)
Browse files Browse the repository at this point in the history
* Update version for tagging

* Update the poetry version number

* Update
  • Loading branch information
ramo-j authored Mar 25, 2024
1 parent ba9c78b commit a48512b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions libcloudforensics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
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 = "20240214"
version = "20240325"
description = "libcloudforensics is a set of tools to help acquire forensic evidence from Cloud platforms."
authors = ["cloud-forensics-utils development team <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit a48512b

Please sign in to comment.