Skip to content

Commit 76f7d74

Browse files
committed
bump version
1 parent 0b7374e commit 76f7d74

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
@@ -388,7 +388,7 @@ def make_relative_rpath(path):
388388
)
389389
extensions.append(THCUNN)
390390

391-
version = '0.1.9'
391+
version = '0.1.10'
392392
if os.getenv('PYTORCH_BUILD_VERSION'):
393393
assert os.getenv('PYTORCH_BUILD_NUMBER') is not None
394394
version = os.getenv('PYTORCH_BUILD_VERSION') \

0 commit comments

Comments
 (0)