From b962206f8b7c078226631017277d0caf0c217f45 Mon Sep 17 00:00:00 2001 From: Greg Kempe Date: Mon, 9 Dec 2024 14:05:28 +0200 Subject: [PATCH] v9.0.1 --- cobalt/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cobalt/__init__.py b/cobalt/__init__.py index caeba1c..cae7f64 100644 --- a/cobalt/__init__.py +++ b/cobalt/__init__.py @@ -8,7 +8,7 @@ from .portion import PortionStructure, Portion from .uri import FrbrUri -__version__ = '9.0.0' +__version__ = '9.0.1' __all__ = [ 'Act', 'AkomaNtosoDocument', 'Amendment', 'AmendmentEvent', 'AmendmentList', 'AmendmentStructure',