diff --git a/webvtt/__init__.py b/webvtt/__init__.py index 0a5e22e..6038132 100644 --- a/webvtt/__init__.py +++ b/webvtt/__init__.py @@ -2,4 +2,4 @@ from .segmenter import WebVTTSegmenter from .generic import Caption -__version__ = '0.4.0' \ No newline at end of file +__version__ = '0.4.1' \ No newline at end of file