From 7db1276d8f2a2768232a4d45bdd4ec6d836f2b27 Mon Sep 17 00:00:00 2001 From: Vojta Date: Fri, 13 Dec 2024 13:10:10 +0100 Subject: [PATCH] setup cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 17e7560..d98981a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [metadata] name = ariths_gen description = Arithmetic circuits generator to Verilog, BLIF, C etc. -version = attr: ariths_gen.VERSION +version = attr: ariths_gen.__version__ long_description = file: README.md long_description_content_type = text/markdown license = MIT