Skip to content

Commit f4b63fc

Browse files
authored
Merge pull request #176 from siliconcompiler/rc-next
match SC naming
2 parents f709dcf + da243d7 commit f4b63fc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lambdapdk/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import os.path
2-
from siliconcompiler.pathschema import PathSchema
2+
from siliconcompiler.schema_support.pathschema import PathSchema
33

44
from siliconcompiler.package import PythonPathResolver
55

@@ -11,7 +11,7 @@
1111
from siliconcompiler.tools.bambu import BambuStdCellLibrary
1212
from siliconcompiler.tools.klayout import KLayoutLibrary
1313

14-
__version__ = "0.2.0-rc5"
14+
__version__ = "0.2.0-rc6"
1515

1616

1717
class _LambdaPath(PathSchema):

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ requires-python = ">= 3.8"
1414
license = {file = "LICENSE"}
1515
dependencies = [
1616
"siliconcompiler >= 0.34.3",
17-
"lambdalib == 0.4.0-rc1"
17+
"lambdalib == 0.4.0-rc2"
1818
]
1919
dynamic = ['version']
2020

0 commit comments

Comments
 (0)