From 7e2c6a89b2e7c9670990c9ed140b59cf360f670f Mon Sep 17 00:00:00 2001 From: Anderson Ignacio da Silva Date: Tue, 18 Jun 2024 23:47:25 +0100 Subject: [PATCH] Update README Signed-off-by: Anderson Ignacio da Silva --- README.md | 2 +- cocotbext/ahb/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 04549ff..c04d300 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![CI](https://github.com/aignacio/cocotbext-ahb/actions/workflows/run.yaml/badge.svg)](https://github.com/aignacio/cocotbext-ahb/actions/workflows/run.yaml) [![codecov](https://codecov.io/gh/aignacio/cocotbext-ahb/graph/badge.svg?token=RHYCK6SSCC)](https://codecov.io/gh/aignacio/cocotbext-ahb) [![Downloads](https://static.pepy.tech/badge/cocotbext-ahb)](https://pepy.tech/project/cocotbext-ahb) [![PyPI version](https://badge.fury.io/py/cocotbext-ahb.svg)](https://badge.fury.io/py/cocotbext-ahb) +[![Lint > Tests > Publish](https://github.com/aignacio/cocotbext-ahb/actions/workflows/run.yaml/badge.svg)](https://github.com/aignacio/cocotbext-ahb/actions/workflows/run.yaml) [![codecov](https://codecov.io/gh/aignacio/cocotbext-ahb/graph/badge.svg?token=RHYCK6SSCC)](https://codecov.io/gh/aignacio/cocotbext-ahb) [![Downloads](https://static.pepy.tech/badge/cocotbext-ahb)](https://pepy.tech/project/cocotbext-ahb) [![PyPI version](https://badge.fury.io/py/cocotbext-ahb.svg)](https://badge.fury.io/py/cocotbext-ahb) # Cocotb AHB bus driver diff --git a/cocotbext/ahb/version.py b/cocotbext/ahb/version.py index 75cf783..493f741 100644 --- a/cocotbext/ahb/version.py +++ b/cocotbext/ahb/version.py @@ -1 +1 @@ -__version__ = "0.2.9" +__version__ = "0.3.0"