diff --git a/nnabla_rl/__init__.py b/nnabla_rl/__init__.py index 9766285e..2ec558a0 100644 --- a/nnabla_rl/__init__.py +++ b/nnabla_rl/__init__.py @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.16.0.dev1" +__version__ = "0.16.0" from nnabla_rl.logger import enable_logging, disable_logging # noqa from nnabla_rl.scopes import eval_scope, is_eval_scope # noqa