Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
TakayoshiTakayanagi committed Mar 15, 2023
1 parent 634d043 commit 6708200
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nnabla_rl/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright 2020,2021 Sony Corporation.
# Copyright 2021,2022 Sony Group Corporation.
# Copyright 2021,2022,2023 Sony Group Corporation.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '0.13.0.dev1'
__version__ = '0.13.0'

from nnabla_rl.logger import enable_logging, disable_logging # noqa
from nnabla_rl.scopes import eval_scope, is_eval_scope # noqa
Expand Down

0 comments on commit 6708200

Please sign in to comment.