diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e71e2c7..5f80f28 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 diff --git a/CITATION.cff b/CITATION.cff index 17bb0d9..0154348 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -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" diff --git a/src/forensicsim/__init__.py b/src/forensicsim/__init__.py index 43a1e95..906d362 100644 --- a/src/forensicsim/__init__.py +++ b/src/forensicsim/__init__.py @@ -1 +1 @@ -__version__ = "0.5.3" +__version__ = "0.6.0"