Skip to content

Commit

Permalink
RELEASE 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mciepluc committed Nov 15, 2023
1 parent 3fd7351 commit dd83749
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
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.dev0'
__version__ = '1.2.0'

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

0 comments on commit dd83749

Please sign in to comment.