Skip to content

Commit 00bc2da

Browse files
authored
Merge pull request #554 from qianyizh/update_version_0_3
Update version to 0.3
2 parents d9dab91 + 8793f31 commit 00bc2da

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
OPEN3D_VERSION_MAJOR 0
2-
OPEN3D_VERSION_MINOR 2
2+
OPEN3D_VERSION_MINOR 3
33
OPEN3D_VERSION_PATCH 0
44
OPEN3D_VERSION_TWEAK 0

util/conda_package/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ source activate test_env3.6
124124

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

129129
# Try importing
130130
python -c "from open3d import *"
@@ -141,7 +141,7 @@ source activate build_env
141141
conda install anaconda-client
142142

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

147147
Now we can try installing it by:

util/conda_package/open3d/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
package:
99
name: open3d
10-
version: "0.2.0"
10+
version: "0.3.0"
1111

1212
source:
1313
path: ../../pip_package

0 commit comments

Comments
 (0)