Skip to content

Commit 76d1e66

Browse files
committed
pip release: 0.3.16
1 parent 52ba05d commit 76d1e66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

qiskit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
#from .simulators import UnitarySimulator
1313

1414

15-
__version__ = '0.3.15'
15+
__version__ = '0.3.16'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
setup(
2828
name="qiskit",
29-
version="0.3.15",
29+
version="0.3.16",
3030
description="Software for developing quantum computing programs",
3131
long_description="""QISKit is a software development kit for writing quantum
3232
computing experiments, programs, and applications. Works with Python 3.5 and 3.6""",

0 commit comments

Comments
 (0)