File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717with open ('README.md' , encoding = 'UTF-8' ) as f :
1818 long_description = f .read ()
1919
20- version = '1.10.dev0 '
20+ version = '1.10.0 '
2121
2222setup (
2323 name = 'stimcirq' ,
Original file line number Diff line number Diff line change 1919with open ('requirements.txt' , encoding = 'UTF-8' ) as f :
2020 requirements = [line .split ()[0 ] for line in f .read ().splitlines ()]
2121
22- version = '1.10.dev0 '
22+ version = '1.10.0 '
2323
2424setup (
2525 name = 'sinter' ,
Original file line number Diff line number Diff line change 1717with open ('README.md' , encoding = 'UTF-8' ) as f :
1818 long_description = f .read ()
1919
20- version = '1.10.dev0 '
20+ version = '1.10.0 '
2121
2222setup (
2323 name = 'stimzx' ,
Original file line number Diff line number Diff line change 2424HEADER_FILES = glob .glob ("src/**/*.h" , recursive = True ) + glob .glob ("src/**/*.inl" , recursive = True )
2525RELEVANT_SOURCE_FILES = sorted (set (ALL_SOURCE_FILES ) - set (TEST_FILES + PERF_FILES + MAIN_FILES + MUX_SOURCE_FILES ))
2626
27- version = '1.10.dev0 '
27+ version = '1.10.0 '
2828
2929common_compile_args = [
3030 '-std=c++11' ,
You can’t perform that action at this time.
0 commit comments