diff --git a/app/resources/custom_help.py b/app/resources/custom_help.py index 1b57fe49..87e0eee7 100644 --- a/app/resources/custom_help.py +++ b/app/resources/custom_help.py @@ -6,7 +6,7 @@ class HelpPage: page = { 'update': { - 'version': '2.5.1', + 'version': '2.6.0', '1': 'The logic of normal upload and resumble are splited. ' 'add new command for resumable upload as `pilotcli file resume -r manifest.json`', '2': 'The manifest file will be output for both file/folder upload', diff --git a/pyproject.toml b/pyproject.toml index c40e98df..18e505cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "app" -version = "2.5.2" +version = "2.6.0" description = "This service is designed to support pilot platform" authors = ["Indoc Systems"]