Skip to content

Commit

Permalink
v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinkle23897 committed Jun 1, 2020
1 parent ba1b3e5 commit 5f2c534
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
1 change: 0 additions & 1 deletion CONTRIBUTING.rst

This file was deleted.

5 changes: 5 additions & 0 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
========================
Contributing to Tianshou
========================

Please refer to https://tianshou.readthedocs.io/en/latest/contributing.html
6 changes: 3 additions & 3 deletions docs/contributing.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
============
Contributing
============
========================
Contributing to Tianshou
========================

Install Develop Version
=======================
Expand Down
2 changes: 1 addition & 1 deletion tianshou/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from tianshou import data, env, utils, policy, trainer, \
exploration

__version__ = '0.2.2'
__version__ = '0.2.3'
__all__ = [
'env',
'data',
Expand Down

0 comments on commit 5f2c534

Please sign in to comment.