mirror of
https://github.com/pyscript/pyscript.git
synced 2026-03-25 05:02:20 -04:00
Add version file (#1087)
This commit is contained in:
10
pyscriptjs/src/version.ts
Normal file
10
pyscriptjs/src/version.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* @fileoverview Version of pyscript
|
||||
* The version is based on calver which contains YEAR.MONTH.DAY.MODIFIER.
|
||||
* The Modifier can be an optional text tag, such as "dev", "rc", etc.
|
||||
*
|
||||
* We are adding this file because we can't add version in main.js due to
|
||||
* circular imports.
|
||||
*/
|
||||
|
||||
export const version = '2022.12.1.dev';
|
||||
Reference in New Issue
Block a user