Skip to content

Commit b3765cc

Browse files
committed
version 0.4.0
1 parent 92c1ed9 commit b3765cc

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

lambdalib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from lambdalib import ramlib
1313
from lambdalib import veclib
1414

15-
__version__ = "0.4.0-rc3"
15+
__version__ = "0.4.0"
1616

1717

1818
class LambalibTechLibrary(Design):

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ urls = {Homepage = "https://github.com/siliconcompiler/lambdalib"}
1818
requires-python = ">= 3.9"
1919
license = {file = "LICENSE"}
2020
dependencies = [
21-
"siliconcompiler >= 0.34.3",
21+
"siliconcompiler >= 0.35.0",
2222
"Jinja2 >= 3.1.3"
2323
]
2424
dynamic = ['version']
@@ -29,11 +29,11 @@ version = {attr = "lambdalib.__version__"}
2929
[project.optional-dependencies]
3030
# Dev dependencies.
3131
dev = [
32-
"flake8 >= 5.0.0",
33-
"pytest >= 6.2.4",
34-
"pytest-timeout >= 2.1.0",
35-
"cocotb==1.9.2",
36-
"cocotb-bus==0.2.1"
32+
"flake8 == 7.3.0",
33+
"pytest == 8.4.2",
34+
"pytest-timeout == 2.4.0",
35+
"cocotb == 1.9.2",
36+
"cocotb-bus == 0.2.1"
3737
]
3838

3939
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)