From 7f7ea8a96fb2828065a20e3d1f382a37253eed43 Mon Sep 17 00:00:00 2001 From: Ola Thoresen Date: Fri, 10 Feb 2023 16:28:48 +0100 Subject: [PATCH] Preparing release 0.10.1 --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a7536d8..57a8446 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,11 @@ [tool.poetry] name = "spond" -version = "0.9.0" +version = "0.10.1" description = "Simple, unofficial library with some example scripts to access data from the Spond API." authors = ["Ola Thoresen "] license = "GPL 3.0" +readme = 'README.md' +repository = 'https://github.com/Olen/Spond' [tool.poetry.dependencies] python = "^3.7"