We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ed3d56 commit 61e9c96Copy full SHA for 61e9c96
.github/workflows/release.yaml
@@ -21,7 +21,7 @@ jobs:
21
run: pyinstaller "main.spec"
22
- name: Zip files 🗜️
23
run: |
24
- cp Forensicsim_Parser.py dist/
+ cp tools/Forensicsim_Parser.py dist/
25
cd dist
26
tar.exe -a -cf forensicsim.zip Forensicsim_Parser.py ms_teams_parser.exe
27
- name: Upload artifacts to GitHub Release
CITATION.cff
@@ -11,6 +11,6 @@ keywords:
11
- Forensics
12
- Electron
13
abstract: "Autopsy Plugin for the Digital Forensic Acquisition and Analysis of Artefacts Generated by Microsoft Teams."
14
-version: 0.3.0
+version: 0.6.0
15
license: MIT
16
date-released: "2021-08-07"
src/forensicsim/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.5.3"
+__version__ = "0.6.0"
0 commit comments