From b44656190288b4a0f8cab0de18b9a07f4453a397 Mon Sep 17 00:00:00 2001 From: cxzzzz Date: Mon, 2 Dec 2024 00:39:44 +0800 Subject: [PATCH] update package information and bump version to 0.1.1 --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bf20e1b..b3c40cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,10 @@ [tool.poetry] name = "wavekit" -version = "0.1.0" -description = "" +version = "0.1.1" +description = "a fundamental package for digital circuit waveform analysis" authors = ["cxzzzz "] readme = "README.md" +repository = "https://github.com/cxzzzz/wavekit" build = "build.py" include = ["src/wavekit/*.so"]