From 37ff599648cebc0b99ab712f87fe5270a5a93abb Mon Sep 17 00:00:00 2001 From: iamkroot Date: Mon, 1 Aug 2022 19:37:58 +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 4de7c62..40fc12a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "trakt-scrobbler" -version = "1.4.2" +version = "1.5.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 daa50c7..5b60188 100644 --- a/trakt_scrobbler/__version__.py +++ b/trakt_scrobbler/__version__.py @@ -1 +1 @@ -__version__ = "1.4.2" +__version__ = "1.5.0"