[PYTHON] Fix up __version__ (#345)

Co-authored-by: hauntsaninja <>
This commit is contained in:
Shantanu
2021-10-13 00:09:00 -07:00
committed by GitHub
parent c3c0ff0552
commit f5ad168686

View File

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