diff --git a/changelog.md b/changelog.md
index 3acafab..27435fb 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,4 +1,7 @@
+**0.0.3**
+- updated ffmpeg helper lib to latest version
+
**0.0.2**
- Refactor plugin to support JSONata queries of the FFprobe data
diff --git a/info.json b/info.json
index 0aa9c6e..ce99f0d 100644
--- a/info.json
+++ b/info.json
@@ -11,5 +11,5 @@
"on_library_management_file_test": 0
},
"tags": "audio,video,ffmpeg",
- "version": "0.0.2"
-}
\ No newline at end of file
+ "version": "0.0.3"
+}
diff --git a/lib/__init__.py b/lib/__init__.py
new file mode 100644
index 0000000..1c49685
--- /dev/null
+++ b/lib/__init__.py
@@ -0,0 +1,23 @@
+#!/usr/bin/env python3
+# -*- coding: utf-8 -*-
+
+"""
+ plugins.__init__.py
+
+ Written by: Josh.5
+ Date: 04 Sep 2021, (11:03 AM)
+
+ Copyright:
+ Copyright (C) 2021 Josh Sunnex
+
+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General
+ Public License as published by the Free Software Foundation, version 3.
+
+ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the
+ implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
+ for more details.
+
+ You should have received a copy of the GNU General Public License along with this program.
+ If not, see .
+
+"""
diff --git a/lib/ffmpeg b/lib/ffmpeg
index 3e9724f..5c4741b 160000
--- a/lib/ffmpeg
+++ b/lib/ffmpeg
@@ -1 +1 @@
-Subproject commit 3e9724fe43acd806fa93f27dbb7a77e45c5bd6b3
+Subproject commit 5c4741be7e514b0f2faf8ab1c606637088c4095d