From 3a979c0b1725ff98206b845664631d2177b3b05e Mon Sep 17 00:00:00 2001 From: Peter-van-Tol Date: Sat, 2 Sep 2023 21:41:26 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b04e9cf..efeebb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "litexcnc" -version = "1.0.0" +version = "1.0.1" description = "Generic CNC firmware and driver for FPGA cards which are supported by LiteX" authors = ["Peter van Tol "] license = "GPL-3.0-or-later"