From 7e9d553320a0cba057c824f671744115562b2c87 Mon Sep 17 00:00:00 2001 From: alexdelorenzo Date: Mon, 17 May 2021 14:39:29 -0400 Subject: [PATCH] Increment version --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c1ec42e..440d9fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool] [tool.poetry] name = "chromecast_mpris" -version = "0.8.2" +version = "0.8.3" description = "📺 Control Chromecasts from Linux and D-Bus" license = "AGPL-3.0" homepage = "https://github.com/alexdelorenzo/chromecast_mpris" diff --git a/setup.py b/setup.py index 55bb03a..49bf63f 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ NAME = "chromecast_mpris" -VERSION = "0.8.2" +VERSION = "0.8.3" LICENSE = "AGPL-3.0" # potential new name