From 5f2c5347df82f2a624a58f941f31eeee3dec9c1a Mon Sep 17 00:00:00 2001 From: Trinkle23897 <463003665@qq.com> Date: Mon, 1 Jun 2020 09:37:30 +0800 Subject: [PATCH] v0.2.3 --- CONTRIBUTING.rst | 6 +++++- docs/contributing.rst | 6 +++--- tianshou/__init__.py | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) mode change 120000 => 100644 CONTRIBUTING.rst diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst deleted file mode 120000 index 7c5f320..0000000 --- a/CONTRIBUTING.rst +++ /dev/null @@ -1 +0,0 @@ -docs/contributing.rst \ No newline at end of file diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst new file mode 100644 index 0000000..31f4de2 --- /dev/null +++ b/CONTRIBUTING.rst @@ -0,0 +1,5 @@ +======================== +Contributing to Tianshou +======================== + +Please refer to https://tianshou.readthedocs.io/en/latest/contributing.html diff --git a/docs/contributing.rst b/docs/contributing.rst index 1424546..519ebdc 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -1,6 +1,6 @@ -============ -Contributing -============ +======================== +Contributing to Tianshou +======================== Install Develop Version ======================= diff --git a/tianshou/__init__.py b/tianshou/__init__.py index bef80b5..8637643 100644 --- a/tianshou/__init__.py +++ b/tianshou/__init__.py @@ -1,7 +1,7 @@ from tianshou import data, env, utils, policy, trainer, \ exploration -__version__ = '0.2.2' +__version__ = '0.2.3' __all__ = [ 'env', 'data',