diff --git a/PLATER/services/util/api_utils.py b/PLATER/services/util/api_utils.py index e827940..2621a39 100644 --- a/PLATER/services/util/api_utils.py +++ b/PLATER/services/util/api_utils.py @@ -25,7 +25,7 @@ def get_graph_interface(): def construct_open_api_schema(app, trapi_version, prefix="", plater_title='Plater API'): - plater_version = config.get('PLATER_VERSION', 'v1.6.5') + plater_version = config.get('PLATER_VERSION', 'v2.0.1') server_url = config.get('PUBLIC_URL', '') if app.openapi_schema: return app.openapi_schema diff --git a/PLATER/setup.py b/PLATER/setup.py index 646ff49..756e844 100644 --- a/PLATER/setup.py +++ b/PLATER/setup.py @@ -3,6 +3,6 @@ setup( name='PLATER', - version='v1.6.5', + version='v2.0.1', packages=find_packages(), )