mirror of
https://github.com/pyscript/pyscript.git
synced 2026-03-18 16:00:17 -04:00
version number in build (#953)
This commit is contained in:
@@ -4,7 +4,10 @@ import { getLogger } from './logger';
|
||||
|
||||
const logger = getLogger('pyscript/runtime');
|
||||
|
||||
export const version = '<<VERSION>>';
|
||||
// VERSION
|
||||
// Version number of release
|
||||
export const version = '2022.11.1.dev';
|
||||
|
||||
export type RuntimeInterpreter = PyodideInterface | null;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user