diff --git a/pyproject.toml b/pyproject.toml index edcf491..46bdb7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "trakt-scrobbler" -version = "1.4.0" +version = "1.4.1" description = "Scrobbler for trakt.tv that supports VLC, Plex, MPC-HC, and MPV" authors = ["iamkroot "] readme = "README.md" diff --git a/trakt_scrobbler/__version__.py b/trakt_scrobbler/__version__.py index 3e8d9f9..bf25615 100644 --- a/trakt_scrobbler/__version__.py +++ b/trakt_scrobbler/__version__.py @@ -1 +1 @@ -__version__ = "1.4.0" +__version__ = "1.4.1"