From 63b57278e643497bbf8d729c1492acffd0062520 Mon Sep 17 00:00:00 2001 From: Ola Thoresen Date: Fri, 25 Aug 2023 08:10:48 +0200 Subject: [PATCH] Preparing release 0.99.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a995751..2cc458a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "spond" -version = "0.10.1" +version = "0.99.0" description = "Simple, unofficial library with some example scripts to access data from the Spond API." authors = ["Ola Thoresen "] license = "GPL 3.0"