From 8164a2dd7a5f6df60c11a0f2368c364aca26b62f Mon Sep 17 00:00:00 2001 From: Phil Wang Date: Sat, 20 Feb 2021 04:10:21 -0800 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 280f9f5..de46400 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ 'tr_rosetta = tr_rosetta_pytorch.cli:predict', ], }, - version = '0.0.1', + version = '0.0.2', license='MIT', description = 'trRosetta - Pytorch', author = 'Phil Wang',