Skip to content

Commit eb5102a

Browse files
committed
[minor] 0.1.4 after fixing bugs
1 parent f95c6f8 commit eb5102a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22

33
setup(name='torchquantum',
4-
version='0.1.2',
4+
version='0.1.4',
55
description='A PyTorch-centric hybrid classical-quantum dynamic '
66
'neural networks framework.',
77
url='https://github.com/mit-han-lab/torchquantum',

torchquantum/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.1.3"
1+
__version__ = "0.1.4"
22
__author__ = 'Hanrui Wang'
33

44
from .macro import *

0 commit comments

Comments
 (0)