From 3229529e3bd3f7ba7777b01f08d898ade676770f Mon Sep 17 00:00:00 2001 From: Peter Konradi Date: Tue, 4 Apr 2023 16:53:48 +0200 Subject: [PATCH] set release to 1.0b1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d91b198..ed56ce7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydapsys" -version = "0.1.2" +version = "1.0b1" description = "Read recordings made with DAPSYS" authors = ["Peter Konradi "] readme = "README.md"