Skip to content

Commit

Permalink
bumping PLATER version
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanDietzMorris committed Aug 1, 2024
1 parent 61c0bc4 commit a8d9004
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PLATER/services/util/api_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion PLATER/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

setup(
name='PLATER',
version='v1.6.5',
version='v2.0.1',
packages=find_packages(),
)

0 comments on commit a8d9004

Please sign in to comment.