Skip to content
This repository has been archived by the owner on Aug 19, 2023. It is now read-only.

Bump Meta #1794

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
# The short X.Y version
version = ""
# The full version, including alpha/beta/rc tags
release = "0.44.0"
release = "0.44.1"

docs_url_prefix = "documentation" # i.e., www.qiskit.org/documentation/

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# putting multiple requirements on the same line will prevent qiskit-bot
# from correctly updating the versions for the qiskit packages.
requirements = [
"qiskit-terra==0.25.0",
"qiskit-terra==0.25.1",
]


Expand Down Expand Up @@ -64,7 +64,7 @@

setup(
name="qiskit",
version="0.44.0",
version="0.44.1",
description="Software for developing quantum computing programs",
long_description=README,
long_description_content_type="text/markdown",
Expand Down
Loading