Skip to content

Commit

Permalink
chore: bump version number 🐍 (#47)
Browse files Browse the repository at this point in the history
* chore: bump version number

* fix: adjust path to Forensicsim_Parser.py
  • Loading branch information
KarelZe authored Jan 9, 2024
1 parent 5ed3d56 commit 61e9c96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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"
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 61e9c96

Please sign in to comment.