Skip to content

Commit 61e9c96

Browse files
authored
chore: bump version number 🐍 (#47)
* chore: bump version number * fix: adjust path to Forensicsim_Parser.py
1 parent 5ed3d56 commit 61e9c96

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: pyinstaller "main.spec"
2222
- name: Zip files 🗜️
2323
run: |
24-
cp Forensicsim_Parser.py dist/
24+
cp tools/Forensicsim_Parser.py dist/
2525
cd dist
2626
tar.exe -a -cf forensicsim.zip Forensicsim_Parser.py ms_teams_parser.exe
2727
- name: Upload artifacts to GitHub Release

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ keywords:
1111
- Forensics
1212
- Electron
1313
abstract: "Autopsy Plugin for the Digital Forensic Acquisition and Analysis of Artefacts Generated by Microsoft Teams."
14-
version: 0.3.0
14+
version: 0.6.0
1515
license: MIT
1616
date-released: "2021-08-07"

src/forensicsim/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.5.3"
1+
__version__ = "0.6.0"

0 commit comments

Comments
 (0)