Skip to content

Commit

Permalink
Bump prism-api version to 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vogti committed May 17, 2024
1 parent ad1b763 commit 5eeffc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
polypheny-prism-api==1.5
polypheny-prism-api==1.6
pytest
coverage
Sphinx
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
long_description_content_type='text/markdown',
packages=['polypheny'],
install_requires=[
"polypheny-prism-api==1.5",
"polypheny-prism-api==1.6",
],
)

0 comments on commit 5eeffc4

Please sign in to comment.