We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f95c6f8 commit eb5102aCopy full SHA for eb5102a
setup.py
@@ -1,7 +1,7 @@
1
from setuptools import setup, find_packages
2
3
setup(name='torchquantum',
4
- version='0.1.2',
+ version='0.1.4',
5
description='A PyTorch-centric hybrid classical-quantum dynamic '
6
'neural networks framework.',
7
url='https://github.com/mit-han-lab/torchquantum',
torchquantum/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.1.3"
+__version__ = "0.1.4"
__author__ = 'Hanrui Wang'
from .macro import *
0 commit comments