Skip to content

Commit

Permalink
[minor] 0.1.4 after fixing bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanrui-Wang committed Oct 10, 2022
1 parent f95c6f8 commit eb5102a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

setup(name='torchquantum',
version='0.1.2',
version='0.1.4',
description='A PyTorch-centric hybrid classical-quantum dynamic '
'neural networks framework.',
url='https://github.com/mit-han-lab/torchquantum',
Expand Down
2 changes: 1 addition & 1 deletion torchquantum/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.3"
__version__ = "0.1.4"
__author__ = 'Hanrui Wang'

from .macro import *
Expand Down

0 comments on commit eb5102a

Please sign in to comment.