version bump to 1.1 (#15554)
authorSoumith Chintala <soumith@gmail.com>
Wed, 26 Dec 2018 23:41:46 +0000 (15:41 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Wed, 26 Dec 2018 23:44:25 +0000 (15:44 -0800)
Summary:
version bump to 1.1
Pull Request resolved: https://github.com/pytorch/pytorch/pull/15554

Differential Revision: D13550818

Pulled By: soumith

fbshipit-source-id: 8a28582c98b42c081e103581551a01fd96c9f42d

setup.py

index 5759ab2..fb743f4 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -266,7 +266,7 @@ class PytorchCommand(setuptools.Command):
 # Version, create_version_file, and package_name
 ################################################################################
 package_name = os.getenv('TORCH_PACKAGE_NAME', 'torch')
-version = '1.0.0a0'
+version = '1.1.0a0'
 if os.getenv('PYTORCH_BUILD_VERSION'):
     assert os.getenv('PYTORCH_BUILD_NUMBER') is not None
     build_number = int(os.getenv('PYTORCH_BUILD_NUMBER'))