From 8c7552053b89b198fa4249a178d05f70e0649456 Mon Sep 17 00:00:00 2001 From: Alejandro Mendez Date: Thu, 30 May 2024 15:21:51 +0200 Subject: [PATCH] Set new version --- CHANGELOG.rst | 2 +- webvtt/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'