diff --git a/README.md b/README.md index 039256c3..823246e1 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,9 @@ from __future__ import print_function, division # Recent news +17 March: +* ctrl-c works now (tested on linux) + 16 March: * uses luajit on linux now (mac os x continues to use lua) diff --git a/setup.py b/setup.py index e5f6f13e..13bbc21a 100644 --- a/setup.py +++ b/setup.py @@ -147,7 +147,7 @@ def get_file_datetime(filepath): setup( name='PyTorch', - version='4.0.1-SNAPSHOT', + version='4.1.0', author='Hugh Perkins', author_email='hughperkins@gmail.com', description=(