From 60466e0a992d98be12cdedcd30c5c8406021eeb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Sierro?= Date: Fri, 17 Mar 2023 13:52:11 +0100 Subject: [PATCH] version bump --- src/scgenerator/const.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/scgenerator/const.py b/src/scgenerator/const.py index 8b5b3b7..4a2e3af 100644 --- a/src/scgenerator/const.py +++ b/src/scgenerator/const.py @@ -1,14 +1,8 @@ -from typing import Any import importlib.metadata +from typing import Any __version__ = importlib.metadata.version("scgenerator") -ONE_2 = 1 / 2 -ONE_3 = 1 / 3 -ONE_FOURTH = 1 / 4 -ONE_FIFTH = 1 / 5 -ONE_6 = 1 / 6 - def pbar_format(worker_id: int) -> dict[str, Any]: if worker_id == 0: