* 2022.12.1

* release level

* fix tests for release
This commit is contained in:
Ted Patrick
2022-12-13 08:06:38 -06:00
committed by GitHub
parent 6b9eff45bb
commit 25809660ef
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ const logger = getLogger('pyscript/runtime');
// VERSION
// Version number of release
export const version = '2022.12.1.RC1';
export const version = '2022.12.1';
export type RuntimeInterpreter = PyodideInterface | null;