Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #20 from nfwvogt/main
Browse files Browse the repository at this point in the history
fixing broken setup.py
  • Loading branch information
kbarkhqs authored Jul 2, 2021
2 parents 1761fbc + befd2c7 commit 89aff88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion qoqo_pyquest/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
# or implied. See the License for the specific language governing permissions and limitations under
# the License.
"""qoqo_pyquest version information"""
__version__ = 'v0.3.1'
__version__ = 'v0.3.2'
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
install_requires = [
'qoqo>=0.4.0',
'pyquest_cffi>=3.1.0',
'qoqo_calculator_pyo3',
'numpy',
]

Expand Down

0 comments on commit 89aff88

Please sign in to comment.