Skip to content

Commit

Permalink
Bump Qrack version
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathfulSpatula committed Nov 11, 2024
1 parent bd69829 commit 860b16b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 860b16b

Please sign in to comment.