From 785860d22c86bfed5b57cb2e75f4b5329190a0e6 Mon Sep 17 00:00:00 2001 From: kreczko Date: Tue, 11 Jul 2023 15:17:14 +0100 Subject: [PATCH] release: update version to 2023.07.11 --- src/dice_lib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dice_lib/__init__.py b/src/dice_lib/__init__.py index c3c93fd..abf5fbb 100644 --- a/src/dice_lib/__init__.py +++ b/src/dice_lib/__init__.py @@ -1,7 +1,7 @@ from ._config import load_config from .glossary import GLOSSARY -__version__ = "0.5.0" +__version__ = "2023.07.11" __all__ = (