From aa0f1c3ef3a384a40c15ec66a2a4b3aa9c906340 Mon Sep 17 00:00:00 2001 From: Matt Einhorn Date: Sun, 8 Oct 2023 17:37:49 -0400 Subject: [PATCH] Bump version to v4.5.1. --- ffpyplayer/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffpyplayer/__init__.py b/ffpyplayer/__init__.py index 3fc1548..c5d06f2 100644 --- a/ffpyplayer/__init__.py +++ b/ffpyplayer/__init__.py @@ -10,7 +10,7 @@ __all__ = ('dep_bins', ) -__version__ = '4.5.1.dev0' +__version__ = '4.5.1' version = __version__ # the ffmpeg src git version tested and upto date with,