From 08f9608efb7e6535ebead16e647cadcd98fb8c06 Mon Sep 17 00:00:00 2001 From: iamkroot Date: Thu, 19 Aug 2021 15:43:57 +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 b474153..9be2357 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "trakt-scrobbler" -version = "1.3.0-beta.2" +version = "1.3.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 f25c81c..67bc602 100644 --- a/trakt_scrobbler/__version__.py +++ b/trakt_scrobbler/__version__.py @@ -1 +1 @@ -__version__ = "1.3.0-beta.2" +__version__ = "1.3.0"