diff --git a/Makefile b/Makefile index 7f9db92..653abfe 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ all: svtplay-dl release clean_releasedir $(RELEASE_DIR) # These variables describe the latest release: -VERSION = 1.9.3 +VERSION = 1.9.4 LATEST_RELEASE = $(VERSION) # If we build a new release, this is what it will be called: diff --git a/lib/svtplay_dl/__init__.py b/lib/svtplay_dl/__init__.py index 6dd5141..4e27f83 100644 --- a/lib/svtplay_dl/__init__.py +++ b/lib/svtplay_dl/__init__.py @@ -56,7 +56,7 @@ from svtplay_dl.service.viasatsport import Viasatsport from svtplay_dl.service.vimeo import Vimeo from svtplay_dl.service.youplay import Youplay -__version__ = "1.9.3" +__version__ = "1.9.4" sites = [ Aftonbladet,