From d0722c9963f5008979b3622d975fd9196f46c7b4 Mon Sep 17 00:00:00 2001 From: iamkroot Date: Sun, 27 Feb 2022 11:47: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 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"