diff --git a/docs/conf.py b/docs/conf.py index 97b30543522b..d51e33b97c64 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -46,7 +46,7 @@ # The short X.Y version version = '' # The full version, including alpha/beta/rc tags -release = '0.14.1' +release = '0.14.2' # -- General configuration --------------------------------------------------- diff --git a/qiskit/VERSION.txt b/qiskit/VERSION.txt index 930e3000bdc9..e867cc2a66a8 100644 --- a/qiskit/VERSION.txt +++ b/qiskit/VERSION.txt @@ -1 +1 @@ -0.14.1 +0.14.2 diff --git a/setup.py b/setup.py index f76a12d7a759..438bcfb686cf 100755 --- a/setup.py +++ b/setup.py @@ -82,7 +82,7 @@ setup( name="qiskit-terra", - version="0.14.1", + version="0.14.2", description="Software for developing quantum computing programs", long_description=README, long_description_content_type='text/markdown',