Skip to content

Commit

Permalink
Merge pull request #787 from henrypinkard/main
Browse files Browse the repository at this point in the history
Bump pyjavaz version to fix timeout issue
  • Loading branch information
henrypinkard authored Jun 28, 2024
2 parents b45507b + 182ec7f commit b0135d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pycromanager/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (0, 34, 6)
version_info = (0, 34, 7)
__version__ = ".".join(map(str, version_info))
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ ndstorage>=0.1.6
docstring-inheritance
pymmcore
sortedcontainers
pyjavaz>=1.2.1
pyjavaz>=1.2.3
wget

0 comments on commit b0135d5

Please sign in to comment.