Skip to content

Commit

Permalink
Merge pull request #7 from henrypinkard/main
Browse files Browse the repository at this point in the history
change import
  • Loading branch information
henrypinkard authored Jul 16, 2024
2 parents 3b80db8 + 10b9073 commit a66315c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/mmpycorex/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (0, 3, 2)
version_info = (0, 3, 3)
__version__ = ".".join(map(str, version_info))
2 changes: 1 addition & 1 deletion src/mmpycorex/launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import types
import os

from mmpycorex.install import get_default_install_location
from install import get_default_install_location
from pymmcore import CMMCore
import pymmcore
from pyjavaz import DEFAULT_BRIDGE_PORT, server_terminated
Expand Down

0 comments on commit a66315c

Please sign in to comment.