Skip to content

Commit

Permalink
Merge branch 'main' into cpu-only
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathfulSpatula committed Nov 5, 2024
2 parents 083d6e7 + e717f29 commit 79c106c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup


VERSION = "1.32.10"
VERSION = "1.32.11"

# Read long description from README.
README_PATH = os.path.join(os.path.abspath(os.path.dirname(__file__)), 'README.md')
Expand Down 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 79c106c

Please sign in to comment.