Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
soumith committed May 1, 2017
1 parent 3cc21b5 commit ccd5f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ def make_relative_rpath(path):
)
extensions.append(THCUNN)

version = '0.1.11'
version = '0.1.12'
if os.getenv('PYTORCH_BUILD_VERSION'):
assert os.getenv('PYTORCH_BUILD_NUMBER') is not None
version = os.getenv('PYTORCH_BUILD_VERSION') \
Expand Down

0 comments on commit ccd5f4d

Please sign in to comment.