Skip to content

Commit

Permalink
set setup.py to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hughperkins committed Mar 17, 2016
1 parent cbc1afd commit 3cb6b62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=(
Expand Down

0 comments on commit 3cb6b62

Please sign in to comment.