[PYTHON] Fix up __version__ (#304)

This should match setup.py

Co-authored-by: hauntsaninja <>
Co-authored-by: Philippe Tillet <phil@openai.com>
This commit is contained in:
Shantanu
2021-09-23 17:36:33 -07:00
committed by GitHub
parent ec2e7b8f48
commit 87f8d9f163

View File

@@ -1,5 +1,5 @@
# version
__version__ = '1.0.0'
__version__ = '1.0.1'
# TODO: torch needs to be imported first
# or pybind11 shows `munmap_chunk(): invalid pointer`