From bcb2b6d6558dd6782c2e5ed544bd7d3c214c16d0 Mon Sep 17 00:00:00 2001 From: Ola Thoresen Date: Wed, 19 Jun 2024 13:47:48 +0200 Subject: [PATCH] Preparing release 1.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 50ce970..dfe9534 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "spond" -version = "0.99.1" +version = "1.0.0" description = "Simple, unofficial library with some example scripts to access data from the Spond API." authors = ["Ola Thoresen "] license = "GPL 3.0"