Skip to content

Commit

Permalink
refactor: sync with master
Browse files Browse the repository at this point in the history
  • Loading branch information
KarelZe committed Jan 10, 2024
2 parents 58b2719 + a715d62 commit f347ae2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: pyinstaller "main.spec"
- name: Zip files 🗜️
run: |
cp Forensicsim_Parser.py dist/
cp tools/Forensicsim_Parser.py dist/
cd dist
tar.exe -a -cf forensicsim.zip Forensicsim_Parser.py ms_teams_parser.exe
- name: Upload artifacts to GitHub Release
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ keywords:
- Forensics
- Electron
abstract: "Autopsy Plugin for the Digital Forensic Acquisition and Analysis of Artefacts Generated by Microsoft Teams."
version: 0.3.0
version: 0.6.0
license: MIT
date-released: "2021-08-07"
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ authors = [
{ name = "Markus Bilz", email = "[email protected]" }
]
dependencies = [
"beautifulsoup4~=4.9.3",
"click~=8.0.1",
"beautifulsoup4",
"click",
"chromedb @ git+https://github.com/karelze/ccl_chrome_indexeddb@master",
"dataclasses-json~=0.6.3",
"pause~=0.3",
"pyautogui~=0.9.54",
"pywinauto~=0.6.8"
"dataclasses-json",
"pause",
"pyautogui",
"pywinauto"
]

dynamic = ["version"]
Expand Down
2 changes: 1 addition & 1 deletion src/forensicsim/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.3"
__version__ = "0.6.0"

0 comments on commit f347ae2

Please sign in to comment.