From fd476d12db937c5ea76039c9ec1b7dcb076ce67f Mon Sep 17 00:00:00 2001 From: iamkroot Date: Fri, 18 Feb 2022 21:38:22 +0530 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- trakt_scrobbler/__version__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"