Skip to content

Commit

Permalink
Merge branch 'google:main' into json_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sydp committed May 19, 2024
2 parents 04a67b5 + 785c1dc commit 965bb1a
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 965bb1a

Please sign in to comment.