From 860b16b393f90fe202fabc3ba4bf1abe1e177fed Mon Sep 17 00:00:00 2001 From: WrathfulSpatula Date: Mon, 11 Nov 2024 09:05:52 -0500 Subject: [PATCH] Bump Qrack version --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 2efe34f..1329af6 100644 --- a/setup.py +++ b/setup.py @@ -50,14 +50,14 @@ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", - "Topic :: Scientific/Engineering" + "Topic :: Scientific/Engineering", ], keywords="pyqrack qrack simulator quantum gpu", install_requires=[], setup_requires=[], extras_require={ "dev": [ - "pytest>=7.3.1" + "pytest>=7.3.1", ], }, include_package_data=True,