Release 2022.12.1.RC1 (#1030)

* Release 2022.12.1

* RC1
This commit is contained in:
Ted Patrick
2022-12-08 07:49:22 -06:00
committed by GitHub
parent 7d50d7eea0
commit ce2d1a4513

View File

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