update version

pull/10/head
erogol 2020-12-07 11:31:41 +01:00
parent 482e725752
commit 5595cbd838
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,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.7'
version = '0.0.8'
# Adapted from https://github.com/pytorch/pytorch
cwd = os.path.dirname(os.path.abspath(__file__))