Skip to content

Commit be4a3b7

Browse files
authored
Merge pull request #242 from mit-han-lab/dev
Update __init__.py
2 parents cfa1afd + 8be49ff commit be4a3b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

torchquantum/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
SOFTWARE.
2323
"""
2424

25-
__version__ = "0.1.7"
26-
__author__ = "Hanrui Wang, Jiannan Cao, Jessica Ding, Jiai Gu, Song Han, Zirui Li, Zhiding Liang, Pengyu Liu, Mohammadreza Tavasoli"
25+
__version__ = "0.1.8"
26+
__author__ = "TorchQuantum Authors"
2727

2828
from .macro import *
2929
from .device import *

0 commit comments

Comments
 (0)