From e4ecfa4465cbc0f3e513ddb28dbbf731f17a1a13 Mon Sep 17 00:00:00 2001 From: iamkroot Date: Fri, 2 Oct 2020 12:34:02 +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 4309d9b..91a56a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "trakt-scrobbler" -version = "1.1.1" +version = "1.1.2" 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 a82b376..72f26f5 100644 --- a/trakt_scrobbler/__version__.py +++ b/trakt_scrobbler/__version__.py @@ -1 +1 @@ -__version__ = "1.1.1" +__version__ = "1.1.2"