We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8a3d1f commit 0dea0d1Copy full SHA for 0dea0d1
volare/__version__.py
@@ -11,7 +11,7 @@
11
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
-__version__ = "0.18.0"
+__version__ = "0.18.1"
15
16
if __name__ == "__main__":
17
print(__version__, end="")
volare/build/gf180mcu.py
@@ -265,12 +265,12 @@ def build(
265
266
build_variants(
267
magic_bin,
268
+ library_set,
269
build_directory,
270
open_pdks_path,
- library_set,
271
log_dir,
272
jobs,
273
- ),
+ )
274
install_gf180mcu(build_directory, pdk_root, version)
275
276
if clear_build_artifacts:
0 commit comments