diff --git a/doc/ytcc.1 b/doc/ytcc.1 index 08d11ba..4b6e3e2 100644 --- a/doc/ytcc.1 +++ b/doc/ytcc.1 @@ -1,4 +1,4 @@ -.TH ytcc 1 "Nov 2021" "2.5.3" "ytcc manual" +.TH ytcc 1 "Nov 2021" "2.5.4" "ytcc manual" .SH NAME ytcc - Command line tool to keep track of your favorite playlists on YouTube and many other places .SH SYNOPSIS diff --git a/ytcc/__init__.py b/ytcc/__init__.py index 91cc2b5..fa305fb 100644 --- a/ytcc/__init__.py +++ b/ytcc/__init__.py @@ -23,7 +23,7 @@ """ __license__ = "GPLv3" -__version__ = "2.5.3" +__version__ = "2.5.4" __author__ = __maintainer__ = "Wolfgang Popp" __email__ = "mail@wolfgang-popp.de"