diff --git a/pyproject.toml b/pyproject.toml index 941432c..6e3462f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "trakt-scrobbler" -version = "1.3.2" +version = "1.4.0" 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 f708a9b..3e8d9f9 100644 --- a/trakt_scrobbler/__version__.py +++ b/trakt_scrobbler/__version__.py @@ -1 +1 @@ -__version__ = "1.3.2" +__version__ = "1.4.0"