Skip to content

Commit

Permalink
bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanDietzMorris committed Apr 19, 2024
1 parent 45bb1f2 commit 10266e2
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 = os.environ.get('PLATER_VERSION', 'v1.6.1')
plater_version = os.environ.get('PLATER_VERSION', 'v1.6.3')
server_url = os.environ.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.2',
version='v1.6.3',
packages=find_packages(),
)

0 comments on commit 10266e2

Please sign in to comment.