Skip to content

Commit

Permalink
update the README
Browse files Browse the repository at this point in the history
  • Loading branch information
mciepluc committed Nov 15, 2023
1 parent dd83749 commit 7b32339
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The implemented functionality is intended to be easily understandable by SystemV
There is an option to export coverage database to a readable XML or YML format and a function which allows for merging such files is provided.

### Installation
The package can be installed with pip. Version ```1.1.0``` is the latest one and recommended.
The package can be installed with pip. Version ```1.2.0``` is the latest one and recommended.
```
pip install cocotb-coverage
```
Expand All @@ -28,6 +28,7 @@ pip install cocotb-coverage
* example advanced verification project - [apbi2c_cocotb_example](https://github.com/mciepluc/apbi2c_cocotb_example)

### Roadmap
* 1.2 released - 15 Nov 2023
* 1.1 released - 7 Aug 2020
* Planned basic support for UCIS coverage database format
* Any suggestions welcome - you are encouraged to open an issue!
Expand Down
2 changes: 1 addition & 1 deletion cocotb_coverage/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

import sys

__version__ = '1.2.0'
__version__ = '1.2.1dev'

if sys.version_info[0] < 3:
raise Exception("cocotb-coverage package requires Python 3")

0 comments on commit 7b32339

Please sign in to comment.