Skip to content

Commit cf8e667

Browse files
bottlerfacebook-github-bot
authored andcommitted
version 0.1.1
Summary: Bumping the version number to 0.1.1 and thereby documenting all the places where the version number currently appears in the code. Reviewed By: nikhilaravi Differential Revision: D20067382 fbshipit-source-id: 76a25ed1d4036f51357e4ae3e0f07de32ad114ae
1 parent 15c72be commit cf8e667

File tree

8 files changed

+24
-24
lines changed

8 files changed

+24
-24
lines changed

.circleci/config.in.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -212,19 +212,19 @@ workflows:
212212
pytorch_version: "1.4"
213213
cu_version: "cu100"
214214
- binary_macos_wheel:
215-
build_version: 0.1.0
215+
build_version: 0.1.1
216216
cu_version: cpu
217217
name: binary_linux_wheel_py3.6_cpu
218218
python_version: '3.6'
219219
pytorch_version: '1.4'
220220
- binary_macos_wheel:
221-
build_version: 0.1.0
221+
build_version: 0.1.1
222222
cu_version: cpu
223223
name: binary_linux_wheel_py3.7_cpu
224224
python_version: '3.7'
225225
pytorch_version: '1.4'
226226
- binary_macos_wheel:
227-
build_version: 0.1.0
227+
build_version: 0.1.1
228228
cu_version: cpu
229229
name: binary_linux_wheel_py3.8_cpu
230230
python_version: '3.8'

.circleci/config.yml

+15-15
Original file line numberDiff line numberDiff line change
@@ -206,79 +206,79 @@ workflows:
206206
jobs:
207207
- main
208208
- binary_linux_conda:
209-
build_version: 0.1.0
209+
build_version: 0.1.1
210210
cu_version: cu92
211211
name: binary_linux_conda_py3.6_cu92
212212
python_version: '3.6'
213213
pytorch_version: '1.4'
214214
wheel_docker_image: pytorch/manylinux-cuda92
215215
- binary_linux_conda:
216-
build_version: 0.1.0
216+
build_version: 0.1.1
217217
cu_version: cu100
218218
name: binary_linux_conda_py3.6_cu100
219219
python_version: '3.6'
220220
pytorch_version: '1.4'
221221
wheel_docker_image: pytorch/manylinux-cuda100
222222
- binary_linux_conda:
223-
build_version: 0.1.0
223+
build_version: 0.1.1
224224
cu_version: cu101
225225
name: binary_linux_conda_py3.6_cu101
226226
python_version: '3.6'
227227
pytorch_version: '1.4'
228228
- binary_linux_conda:
229-
build_version: 0.1.0
229+
build_version: 0.1.1
230230
cu_version: cu92
231231
name: binary_linux_conda_py3.7_cu92
232232
python_version: '3.7'
233233
pytorch_version: '1.4'
234234
wheel_docker_image: pytorch/manylinux-cuda92
235235
- binary_linux_conda:
236-
build_version: 0.1.0
236+
build_version: 0.1.1
237237
cu_version: cu100
238238
name: binary_linux_conda_py3.7_cu100
239239
python_version: '3.7'
240240
pytorch_version: '1.4'
241241
wheel_docker_image: pytorch/manylinux-cuda100
242242
- binary_linux_conda:
243-
build_version: 0.1.0
243+
build_version: 0.1.1
244244
cu_version: cu101
245245
name: binary_linux_conda_py3.7_cu101
246246
python_version: '3.7'
247247
pytorch_version: '1.4'
248248
- binary_linux_conda:
249-
build_version: 0.1.0
249+
build_version: 0.1.1
250250
cu_version: cu92
251251
name: binary_linux_conda_py3.8_cu92
252252
python_version: '3.8'
253253
pytorch_version: '1.4'
254254
wheel_docker_image: pytorch/manylinux-cuda92
255255
- binary_linux_conda:
256-
build_version: 0.1.0
256+
build_version: 0.1.1
257257
cu_version: cu100
258258
name: binary_linux_conda_py3.8_cu100
259259
python_version: '3.8'
260260
pytorch_version: '1.4'
261261
wheel_docker_image: pytorch/manylinux-cuda100
262262
- binary_linux_conda:
263-
build_version: 0.1.0
263+
build_version: 0.1.1
264264
cu_version: cu101
265265
name: binary_linux_conda_py3.8_cu101
266266
python_version: '3.8'
267267
pytorch_version: '1.4'
268268
- binary_linux_wheel:
269-
build_version: 0.1.0
269+
build_version: 0.1.1
270270
cu_version: cpu
271271
name: binary_linux_wheel_py3.6_cpu
272272
python_version: '3.6'
273273
pytorch_version: '1.4'
274274
- binary_linux_wheel:
275-
build_version: 0.1.0
275+
build_version: 0.1.1
276276
cu_version: cpu
277277
name: binary_linux_wheel_py3.7_cpu
278278
python_version: '3.7'
279279
pytorch_version: '1.4'
280280
- binary_linux_wheel:
281-
build_version: 0.1.0
281+
build_version: 0.1.1
282282
cu_version: cpu
283283
name: binary_linux_wheel_py3.8_cpu
284284
python_version: '3.8'
@@ -289,19 +289,19 @@ workflows:
289289
pytorch_version: "1.4"
290290
cu_version: "cu100"
291291
- binary_macos_wheel:
292-
build_version: 0.1.0
292+
build_version: 0.1.1
293293
cu_version: cpu
294294
name: binary_linux_wheel_py3.6_cpu
295295
python_version: '3.6'
296296
pytorch_version: '1.4'
297297
- binary_macos_wheel:
298-
build_version: 0.1.0
298+
build_version: 0.1.1
299299
cu_version: cpu
300300
name: binary_linux_wheel_py3.7_cpu
301301
python_version: '3.7'
302302
pytorch_version: '1.4'
303303
- binary_macos_wheel:
304-
build_version: 0.1.0
304+
build_version: 0.1.1
305305
cu_version: cpu
306306
name: binary_linux_wheel_py3.8_cpu
307307
python_version: '3.8'

.circleci/regenerate.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def generate_base_workflow(
8080
"name": base_workflow_name,
8181
"python_version": python_version,
8282
"cu_version": cu_version,
83-
"build_version": "0.1.0",
83+
"build_version": "0.1.1",
8484
"pytorch_version": "1.4",
8585
}
8686

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def run_role(self, name, options=None, content=None):
8484
version = "0.1"
8585

8686
# The full version, including alpha/beta/rc tags
87-
release = version
87+
release = version + ".1"
8888

8989
# -- General configuration ---------------------------------------------------
9090

packaging/build_conda.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
66
. "$script_dir/pkg_helpers.bash"
77

88
export BUILD_TYPE=conda
9-
setup_env 0.1.0
9+
setup_env 0.1.1
1010
export SOURCE_ROOT_DIR="$PWD"
1111
setup_conda_pytorch_constraint
1212
setup_conda_cudatoolkit_constraint

packaging/build_wheel.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
66
. "$script_dir/pkg_helpers.bash"
77

88
export BUILD_TYPE=wheel
9-
setup_env 0.1.0
9+
setup_env 0.1.1
1010
setup_wheel_python
1111
pip_install numpy
1212
setup_pip_pytorch_version

pytorch3d/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
22

3-
__version__ = "0.1"
3+
__version__ = "0.1.1"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def get_extensions():
6868

6969
setup(
7070
name="pytorch3d",
71-
version="0.1",
71+
version="0.1.1",
7272
author="FAIR",
7373
url="https://github.com/facebookresearch/pytorch3d",
7474
description="PyTorch3d is FAIR's library of reusable components "

0 commit comments

Comments
 (0)