[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:
@@ -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`
|
||||
|
Reference in New Issue
Block a user