version update

pull/1/head
erogol 2020-05-31 03:31:13 +02:00
parent d47c9987db
commit 8e7a15f07b
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ args, unknown_args = parser.parse_known_args()
# Remove our arguments from argv so that setuptools doesn't see them
sys.argv = [sys.argv[0]] + unknown_args
version = '0.0.2'
version = '0.1.0'
# Adapted from https://github.com/pytorch/pytorch
cwd = os.path.dirname(os.path.abspath(__file__))