Skip to content

Commit

Permalink
Update version for testing (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
sydp committed May 19, 2024
1 parent d6cf6ff commit 785c1dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dfindexeddb/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"""Version information for dfIndexeddb."""


__version__ = "20240501"
__version__ = "20240519"


def GetVersion():
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "dfindexeddb"
version = "20240501"
version = "20240519"
requires-python = ">=3.8"
description = "dfindexeddb is an experimental Python tool for performing digital forensic analysis of IndexedDB and leveldb files."
license = {file = "LICENSE"}
Expand Down

0 comments on commit 785c1dc

Please sign in to comment.