From 7f881c9e883385c04f593da7a2f590046c5cde84 Mon Sep 17 00:00:00 2001 From: -- Date: Wed, 20 Dec 2017 10:52:28 +0100 Subject: [PATCH] pip release: 0.3.14 --- qiskit/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/qiskit/__init__.py b/qiskit/__init__.py index e96cbaf39de5..5428af396a0b 100644 --- a/qiskit/__init__.py +++ b/qiskit/__init__.py @@ -12,4 +12,4 @@ #from .simulators import UnitarySimulator -__version__ = '0.3.13' +__version__ = '0.3.14' diff --git a/setup.py b/setup.py index b76be0b21871..c2d5ecd3656b 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( name="qiskit", - version="0.3.13", + version="0.3.14", description="Software for developing quantum computing programs", long_description="""QISKit is a software development kit for writing quantum computing experiments, programs, and applications. Works with Python 3.5 and 3.6""",