Skip to content

Commit

Permalink
update component version.
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Jan 29, 2024
1 parent 2cfefc6 commit 657813d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/api-algorithm.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
exports.icon = 'fa fa-code';
exports.group = '@TypeRefinery';
exports.author = 'TypeRefinery.io';
exports.version = '3';
exports.version = '4';

exports.config = { title: exports.name, version: exports.version, algorithm: '', algorithmrequirements: 'argparse loguru', endpoint: 'http://127.0.0.1:8000/algorithm', jyputerid: "" };
exports.inputs = [{ id: 'config', name: 'Config' }];
Expand Down

0 comments on commit 657813d

Please sign in to comment.