From e8c991070dbf6efc49ffc14dbf19b4b3c655d2c6 Mon Sep 17 00:00:00 2001 From: sdb9696 Date: Tue, 6 Feb 2024 07:49:50 +0000 Subject: [PATCH] Bump version to 0.8.7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0522071c..eb307722 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ring-doorbell" -version = "0.8.7.dev0" +version = "0.8.7" description = "A Python library to communicate with Ring Door Bell (https://ring.com/)" authors = ["Marcelo Moreira de Mello "] license = "LGPLv3+"