File tree Expand file tree Collapse file tree 8 files changed +12
-12
lines changed
Expand file tree Collapse file tree 8 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ if (WIN32)
55 message (STATUS "VCPKG_TARGET_TRIPLET on windows: ${VCPKG_TARGET_TRIPLET} " )
66endif (WIN32 )
77
8- project (vectorlite VERSION 0.1 .0 LANGUAGES CXX)
8+ project (vectorlite VERSION 0.2 .0 LANGUAGES CXX)
99
1010set (CMAKE_CXX_STANDARD 17)
1111set (CMAKE_CXX_STANDARD_REQUIRED ON )
Original file line number Diff line number Diff line change 11{
22 "name" : " @1yefuwang1/vectorlite-darwin-arm64" ,
3- "version" : " 0.1 .0" ,
3+ "version" : " 0.2 .0" ,
44 "homepage" : " https://github.com/1yefuwang1/vectorlite" ,
55 "main" : " src/index.js" ,
66 "files" : [" src" ],
Original file line number Diff line number Diff line change 11{
22 "name" : " @1yefuwang1/vectorlite-darwin-x64" ,
3- "version" : " 0.1 .0" ,
3+ "version" : " 0.2 .0" ,
44 "homepage" : " https://github.com/1yefuwang1/vectorlite" ,
55 "main" : " src/index.js" ,
66 "files" : [" src" ],
Original file line number Diff line number Diff line change 11{
22 "name" : " @1yefuwang1/vectorlite-linux-x64" ,
3- "version" : " 0.1 .0" ,
3+ "version" : " 0.2 .0" ,
44 "homepage" : " https://github.com/1yefuwang1/vectorlite" ,
55 "main" : " src/index.js" ,
66 "files" : [" src" ],
Original file line number Diff line number Diff line change 11{
22 "name" : " @1yefuwang1/vectorlite-win32-x64" ,
3- "version" : " 0.1 .0" ,
3+ "version" : " 0.2 .0" ,
44 "homepage" : " https://github.com/1yefuwang1/vectorlite" ,
55 "main" : " src/index.js" ,
66 "files" : [" src" ],
Original file line number Diff line number Diff line change 11{
22 "name" : " vectorlite" ,
3- "version" : " 0.1 .0" ,
3+ "version" : " 0.2 .0" ,
44 "homepage" : " https://github.com/1yefuwang1/vectorlite" ,
55 "main" : " src/index.js" ,
66 "files" : [" src" ],
1515 "better-sqlite3" : " ^11.1.2"
1616 },
1717 "optionalDependencies" : {
18- "@1yefuwang1/vectorlite-darwin-x64" : " 0.1 .0" ,
19- "@1yefuwang1/vectorlite-darwin-arm64" : " 0.1 .0" ,
20- "@1yefuwang1/vectorlite-linux-x64" : " 0.1 .0" ,
21- "@1yefuwang1/vectorlite-win32-x64" : " 0.1 .0"
18+ "@1yefuwang1/vectorlite-darwin-x64" : " 0.2 .0" ,
19+ "@1yefuwang1/vectorlite-darwin-arm64" : " 0.2 .0" ,
20+ "@1yefuwang1/vectorlite-linux-x64" : " 0.2 .0" ,
21+ "@1yefuwang1/vectorlite-win32-x64" : " 0.2 .0"
2222 }
2323}
Original file line number Diff line number Diff line change 11import os
22
3- __version__ = '0.1 .0'
3+ __version__ = '0.2 .0'
44
55def vectorlite_path ():
66 loadable_path = os .path .join (os .path .dirname (__file__ ), 'vectorlite' )
Original file line number Diff line number Diff line change 1212import subprocess
1313# import ninja
1414
15- VERSION = '0.1 .0'
15+ VERSION = '0.2 .0'
1616PACKAGE_NAME = 'vectorlite_py'
1717
1818system = platform .system ()
You can’t perform that action at this time.
0 commit comments