From 1ce7816b21cc905dd1b79cdd6413a84b53bb06d6 Mon Sep 17 00:00:00 2001 From: Matthew Einhorn Date: Sat, 1 Apr 2023 16:12:59 -0400 Subject: [PATCH] Bump version to 4.5.0. --- ffpyplayer/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffpyplayer/__init__.py b/ffpyplayer/__init__.py index 2a286ec..1182a19 100644 --- a/ffpyplayer/__init__.py +++ b/ffpyplayer/__init__.py @@ -10,7 +10,7 @@ __all__ = ('dep_bins', ) -__version__ = '4.4.1.dev0' +__version__ = '4.5.0' version = __version__ # the ffmpeg src git version tested and upto date with,