update version

This commit is contained in:
Eren Gölge 2021-01-22 03:26:25 +01:00
parent 5fb611ef40
commit 9c1b3226f5
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.8'
version = '0.0.9'
# Adapted from https://github.com/pytorch/pytorch
cwd = os.path.dirname(os.path.abspath(__file__))