Skip to content

Commit

Permalink
Trying to address PEP 625
Browse files Browse the repository at this point in the history
Signed-off-by: Anderson Ignacio da Silva <[email protected]>
  • Loading branch information
aignacio committed Dec 26, 2024
1 parent ce50840 commit ad276be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cocotbext/ahb/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.6"
__version__ = "0.4.7"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

# Setting up
setup(
name="cocotbext-ahb",
name="cocotbext_ahb",
packages=find_namespace_packages(include=["cocotbext.*"]),
version=__version__,
author="aignacio (Anderson Ignacio)",
Expand Down

0 comments on commit ad276be

Please sign in to comment.