Skip to content

Commit ec5102d

Browse files
committed
pip release: 0.3.13
1 parent 1c5eb08 commit ec5102d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

qiskit/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
#from .simulators import UnitarySimulator
1313

1414

15-
__version__ = '0.3.12'
15+
__version__ = '0.3.13'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
setup(
2828
name="qiskit",
29-
version="0.3.12",
29+
version="0.3.13",
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)