From bf970a9229ebc4e8375121db001aedfec03519fe Mon Sep 17 00:00:00 2001 From: WrathfulSpatula Date: Tue, 12 Nov 2024 07:26:34 -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 21824a4..3247a0f 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,