From a90e267905c192dc4a96ffb46d9582537dbbd45b Mon Sep 17 00:00:00 2001 From: Steven Marks Date: Mon, 9 May 2022 16:18:35 +0000 Subject: [PATCH] chore: update version number for latest bugfix --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 67d80c5..628590f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Sonarr and Radarr API Python Wrapper -Python Wrapper for the [Sonarr](https://github.com/Sonarr/Sonarr) and [Radarr](https://github.com/Radarr/Radarr) API. +Python Wrapper for the [Sonarr](https://github.com/Sonarr/Sonarr), [Radarr](https://github.com/Radarr/Radarr), [Lidarr](https://github.com/Lidarr/Lidarr) & [Readarr](https://github.com/Readarr/Readarr) API. See the full [documentation](https://docs.totaldebug.uk/pyarr/) for supported functions. diff --git a/pyproject.toml b/pyproject.toml index a451467..60856ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyarr" -version = "3.1.2" +version = "3.1.3" description = "Python client for Servarr API's (Sonarr, Radarr, Readarr)" authors = ["Steven Marks "] license = "MIT"