From 77f789a0927b28f1da8b70ff4368d6ec8d9ced37 Mon Sep 17 00:00:00 2001 From: Matthew Harrigan Date: Tue, 10 Sep 2024 21:48:08 +0000 Subject: [PATCH] Release v0.5.0 (#1403) --- qualtran/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qualtran/_version.py b/qualtran/_version.py index a87b070da..75f21ed33 100644 --- a/qualtran/_version.py +++ b/qualtran/_version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.5.0.dev0" +__version__ = "0.5.0"