Skip to content

Commit 4d95921

Browse files
committed
pip release: 0.4.4
1 parent 5ecf64c commit 4d95921

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
@@ -41,6 +41,6 @@
4141
from ._result import Result
4242
from ._util import _check_ibmqe_version
4343

44-
__version__ = '0.4.0'
44+
__version__ = '0.4.4'
4545

4646
_check_ibmqe_version()

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def compile():
7979

8080
setup(
8181
name="qiskit",
82-
version="0.4.3",
82+
version="0.4.4",
8383
description="Software for developing quantum computing programs",
8484
long_description="""QISKit is a software development kit for writing
8585
quantum computing experiments, programs, and applications. Works with

0 commit comments

Comments
 (0)