From 41c5e3aebc986ae4017fb2f9e8a77d0c0df56418 Mon Sep 17 00:00:00 2001 From: Anderson Ignacio Date: Mon, 18 Dec 2023 22:56:35 +0000 Subject: [PATCH] Updated for full byte support on AHB slave Signed-off-by: Anderson Ignacio --- cocotbext/ahb/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cocotbext/ahb/version.py b/cocotbext/ahb/version.py index 788da1f..fe404ae 100644 --- a/cocotbext/ahb/version.py +++ b/cocotbext/ahb/version.py @@ -1 +1 @@ -__version__ = "0.2.4" +__version__ = "0.2.5"