Skip to content

Commit

Permalink
Merge pull request #554 from qianyizh/update_version_0_3
Browse files Browse the repository at this point in the history
Update version to 0.3
  • Loading branch information
takanokage authored Sep 13, 2018
2 parents d9dab91 + 8793f31 commit 00bc2da
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/version.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OPEN3D_VERSION_MAJOR 0
OPEN3D_VERSION_MINOR 2
OPEN3D_VERSION_MINOR 3
OPEN3D_VERSION_PATCH 0
OPEN3D_VERSION_TWEAK 0
4 changes: 2 additions & 2 deletions util/conda_package/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ source activate test_env3.6

# Install the Conda packages
conda install numpy # For local conda packages, we need to install deps manually
conda install Open3D/util/conda_package/dist/osx-64/open3d-0.2.0-py36_0.tar.bz2
conda install Open3D/util/conda_package/dist/osx-64/open3d-0.3.0-py36_0.tar.bz2

# Try importing
python -c "from open3d import *"
Expand All @@ -141,7 +141,7 @@ source activate build_env
conda install anaconda-client

# Example: upload macOS python3.6 package
anaconda upload dist/osx-64/open3d-0.2.0-py36_0.tar.bz2
anaconda upload dist/osx-64/open3d-0.3.0-py36_0.tar.bz2
```

Now we can try installing it by:
Expand Down
2 changes: 1 addition & 1 deletion util/conda_package/open3d/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

package:
name: open3d
version: "0.2.0"
version: "0.3.0"

source:
path: ../../pip_package
Expand Down

0 comments on commit 00bc2da

Please sign in to comment.