diff --git a/LICENSE b/LICENSE index 70feffe..72bb38e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ BSD 2-Clause License -Copyright (c) 2018, Marek Cieplucha +Copyright (c) 2018-2023, Marek Cieplucha All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cocotb_coverage/__init__.py b/cocotb_coverage/__init__.py index a6cb754..1a2b390 100644 --- a/cocotb_coverage/__init__.py +++ b/cocotb_coverage/__init__.py @@ -1,7 +1,7 @@ import sys -__version__ = '1.2.0.dev0' +__version__ = '1.2.0' if sys.version_info[0] < 3: raise Exception("cocotb-coverage package requires Python 3")