update version

This commit is contained in:
erogol 2020-05-20 17:41:55 +02:00
parent 5a99986e86
commit 7931a106e2
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.1'
version = '0.0.2'
# Adapted from https://github.com/pytorch/pytorch
cwd = os.path.dirname(os.path.abspath(__file__))