version bump
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user