File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 99- provider : releases
1010 api_key :
1111 secure : KuV+GjVaFNKvhpI3rgBjolmdhtRWbnJSOgy2iDT4+GQMEz+ypXF3XGR8Opx8NDDeFoBzRxcLcfqRo0Og/i06n5IZ/GcqppErJxYGb984qAJVymukm7pUO4+tls10pDrzZH0+4tTp3SNHukUlcUFjk/+bCTrD67uCZsQGCob3aflLBNx+uL+q3TinF/gbLKdf6wLQqVzkye//ZC20zjZWLRQpyQPRAH1CgGKtRETo5BgSq9w4LbGZd0pGc3S3b33wf3MVzfVlepuXHtwEpviXlXYImRX8/giw6SIx/EJN5IZFkeyGFBetdPsN6dCcOiWAlaFAlrsUSb/YtlrNWZOizkUpmzlAmPTgpl/rW1kS2UUxjLMV1w3oaBt8bhRhX97C0SI0gO2cMWO4E2NIqUFG+rz7Y9VBb/ZpWTlaT5odU+paIBYT0ii6m79YYVu53ajyB6e26zN1Mw12fmRlzBTWsZopxVa22P1+zuIEqtN9meMu5KKONuQ7FL3iNphA8RGguj9X6NKVy4PbbO/25fGScy1oTxsAVCDsiq9x3M+tFg8+9g1fJJ1Ry30wq2cqe1L9o3AaEcuoIvBhf2cIj2ZO1NQAFr9/pkr7t4w/HfJsrRGmlK4hLFkNwZUPdufIS/1s/66lHIiaXacM069xz47zpuxNftjjF3DoZX5Ge/wjKn8=
12- name : diskarray-0.1.7
13- tag_name : 0.1.7
12+ name : diskarray-0.1.8
13+ tag_name : 0.1.8
1414 on :
1515 repo : deep-compute/diskarray
1616- provider : pypi
Original file line number Diff line number Diff line change 11from setuptools import setup , find_packages
22
3- version = '0.1.7 '
3+ version = '0.1.8 '
44setup (
55 name = "diskarray" ,
66 version = version ,
1313 license = 'MIT License' ,
1414 install_requires = [
1515 'numpy==1.14.3' ,
16- 'basescript==0.2.5 '
16+ 'basescript==0.2.6 '
1717 ],
1818 package_dir = {'diskarray' : 'diskarray' },
1919 packages = find_packages ('.' ),
You can’t perform that action at this time.
0 commit comments