Skip to content

Commit

Permalink
Merge pull request #788 from henrypinkard/main
Browse files Browse the repository at this point in the history
fix bridge exception handling
  • Loading branch information
henrypinkard authored Jul 2, 2024
2 parents b0135d5 + 18c6227 commit ef136c2
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, 7)
version_info = (0, 34, 8)
__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.3
pyjavaz==1.2.4
wget

0 comments on commit ef136c2

Please sign in to comment.