File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
src/java/CdbWebPortal/src/java
tools/developer_tools/python-client Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- 3.15.7
1+ 3.15.8
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ prettyPrint: true
44cacheTTL : 0
55openAPI :
66 info :
7- version : ' 3.15.7 '
7+ version : ' 3.15.8 '
88 title : Component Database API
99 description : ' The API that provides access to Component Database data.'
1010 contact :
Original file line number Diff line number Diff line change 1616from setuptools import find_packages
1717
1818setup (name = 'ComponentDB-API' ,
19- version = '3.15.8.dev0 ' ,
19+ version = '3.15.8' ,
2020 packages = ["cdbApi" ,
2121 "cdbApi.api" ,
2222 "cdbApi.models" ],
Original file line number Diff line number Diff line change 1616from setuptools import find_packages
1717
1818setup (name = 'ComponentDB-CLI' ,
19- version = '3.15.7 ' ,
19+ version = '3.15.8 ' ,
2020 packages = ['cdbCli' ,
2121 'cdbCli.common' ,
2222 'cdbCli.common.cli' ,
3232 'pandas' ,
3333 'rich' ,
3434 'InquirerPy' ,
35- 'ComponentDB-API==3.15.7 ' ],
35+ 'ComponentDB-API==3.15.8 ' ],
3636 license = 'Copyright (c) UChicago Argonne, LLC. All rights reserved.' ,
3737 description = 'Python APIs used to communicate with java hosted ComponentDB API.' ,
3838 maintainer = 'Dariusz Jarosz' ,
You can’t perform that action at this time.
0 commit comments