From 8c07a9406aafcd61debde0dfc51d8b4b30799e35 Mon Sep 17 00:00:00 2001 From: Peter-van-Tol Date: Wed, 18 Oct 2023 21:46:13 +0200 Subject: [PATCH] Bumpversion --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b387321..a0b492b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "litexcnc" -version = "1.0.2" +version = "1.0.3" description = "Generic CNC firmware and driver for FPGA cards which are supported by LiteX" authors = ["Peter van Tol "] license = "GPL-3.0-or-later"