diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6ed8a4d..61b4109 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,7 +1,7 @@ History ======= -0.5.1 [Unreleased] +0.5.1 (30-05-2024) ------------------ * Added voice span support (#55) diff --git a/webvtt/__init__.py b/webvtt/__init__.py index 301c17b..b622ca5 100644 --- a/webvtt/__init__.py +++ b/webvtt/__init__.py @@ -1,6 +1,6 @@ """Main webvtt package.""" -__version__ = '0.5.0' +__version__ = '0.5.1' __author__ = 'Alejandro Mendez' __author_email__ = 'amendez23@gmail.com'