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 f8c463c commit 28f55c5
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', 'v2.0.2')
plater_version = config.get('PLATER_VERSION', 'v2.0.3')
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='v2.0.2',
version='v2.0.3',
packages=find_packages(),
)

0 comments on commit 28f55c5

Please sign in to comment.