From 6dc6191ba2d2151939ba31f0891610a1eec34ec3 Mon Sep 17 00:00:00 2001 From: Greg Kempe Date: Thu, 4 Jan 2024 16:51:43 +0200 Subject: [PATCH] 8.0.1 --- cobalt/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cobalt/__init__.py b/cobalt/__init__.py index 9500ab8..738b0c7 100644 --- a/cobalt/__init__.py +++ b/cobalt/__init__.py @@ -8,7 +8,7 @@ from .portion import PortionStructure, Portion from .uri import FrbrUri -__version__ = '8.0.0' +__version__ = '8.0.1' __all__ = [ 'Act', 'AkomaNtosoDocument', 'Amendment', 'AmendmentEvent', 'AmendmentList', 'AmendmentStructure',