update version

This commit is contained in:
erogol 2020-10-27 12:14:27 +01:00
parent 0becef4b58
commit 5903b3d436
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.5'
version = '0.0.6'
# Adapted from https://github.com/pytorch/pytorch
cwd = os.path.dirname(os.path.abspath(__file__))