Skip to content

Commit

Permalink
fix version for 0.9.0 and remove kaolin.visualize.timelapse.rst (#333)
Browse files Browse the repository at this point in the history
* fix version for 0.9.0 and remove kaolin.visualize.timelapse.rst

Signed-off-by: Clement Fuji Tsang <cfujitang@nvidia.com>

* change version in setup.py

Signed-off-by: Clement Fuji Tsang <cfujitang@nvidia.com>

Co-authored-by: Clement Fuji Tsang <cfujitang@nvidia.com>
  • Loading branch information
Caenorst and Clement Fuji Tsang authored Dec 9, 2020
1 parent 7629efb commit e38afca
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 17 deletions.
11 changes: 7 additions & 4 deletions docs/modules/kaolin.visualize.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@
kaolin.visualize
================

.. toctree::
:maxdepth: 2
:titlesonly:
API
---

.. automodule:: kaolin.visualize
:members:
:undoc-members:
:show-inheritance:

kaolin.visualize.timelapse
10 changes: 0 additions & 10 deletions docs/modules/kaolin.visualize.timelapse.rst

This file was deleted.

4 changes: 2 additions & 2 deletions docs/notes/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ To install the library. You must first clone the repository:
$ git clone https://github.com/NVIDIAGameWorks/kaolin
$ cd kaolin
you can then select the tag if you want 0.9 or 0.1 specific release, example:
you can then select the tag if you want 0.9.0 or 0.1 specific release, example:

.. code-block:: bash
$ git checkout v0.9
$ git checkout v0.9.0
.. code-block:: bash
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
for future research endeavours.
"""

version = '0.9'
version = '0.9.0'


def write_version_file():
Expand Down

0 comments on commit e38afca

Please sign in to comment.