Skip to content

Commit 73738ec

Browse files
soumithfacebook-github-bot
authored andcommitted
bump version to 1.0 (pytorch#11717)
Summary: I'm just doing the honors and bumping the version to 1.0.0. 1.0 preview and RC releases will have the 1.0.0.dev{date} tag Pull Request resolved: pytorch#11717 Reviewed By: SsnL Differential Revision: D9840857 Pulled By: soumith fbshipit-source-id: 4c9c2e01dccb3c521dab26c49e1569d970a87ace
1 parent 47d65ed commit 73738ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ def patched_link(self, *args, **kwargs):
283283
# Version, create_version_file, and package_name
284284
################################################################################
285285
package_name = os.getenv('TORCH_PACKAGE_NAME', 'torch')
286-
version = '0.5.0a0'
286+
version = '1.0.0a0'
287287
if os.getenv('PYTORCH_BUILD_VERSION'):
288288
assert os.getenv('PYTORCH_BUILD_NUMBER') is not None
289289
build_number = int(os.getenv('PYTORCH_BUILD_NUMBER'))

0 commit comments

Comments
 (0)