Skip to content

Commit

Permalink
Set new version
Browse files Browse the repository at this point in the history
  • Loading branch information
glut23 committed May 30, 2024
1 parent 5ff1ffe commit 8c75520
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
History
=======

0.5.1 [Unreleased]
0.5.1 (30-05-2024)
------------------

* Added voice span support (#55)
Expand Down
2 changes: 1 addition & 1 deletion webvtt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Main webvtt package."""

__version__ = '0.5.0'
__version__ = '0.5.1'
__author__ = 'Alejandro Mendez'
__author_email__ = '[email protected]'

Expand Down

0 comments on commit 8c75520

Please sign in to comment.