From ece1bd430dc9af14410dfab7611424a628877d3a Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Wed, 2 Dec 2020 19:13:20 -0800 Subject: [PATCH] Release v0.1.0 --- cocotbext/axi/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cocotbext/axi/version.py b/cocotbext/axi/version.py index 1c6be3a..3dc1f76 100644 --- a/cocotbext/axi/version.py +++ b/cocotbext/axi/version.py @@ -1 +1 @@ -__version__ = 0.1 +__version__ = "0.1.0"