From 0bc27f328342296cf8f2070e6d9205d4322323a7 Mon Sep 17 00:00:00 2001 From: Ray Salemi Date: Tue, 31 May 2022 08:42:20 -0400 Subject: [PATCH] updated version to 2.8.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5c3de3c..81bacfb 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="pyuvm", - version="2.7.0", + version="2.8.0", author="Ray Salemi", author_email="ray@raysalemi.com", description="A Python implementation of the UVM using cocotb",