Skip to content

Commit

Permalink
Merge pull request #11 from henrypinkard/main
Browse files Browse the repository at this point in the history
default to launching pymmcore
  • Loading branch information
henrypinkard authored Jul 16, 2024
2 parents 305f0bf + 279e365 commit 5385acf
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, 8)
version_info = (0, 3, 9)
__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 @@ -123,7 +123,7 @@ def terminate_core_instances(debug=False):

def create_core_instance(
mm_app_path: str = 'auto', config_file: str='MMConfig_demo.cfg', java_loc: str=None,
python_backend=False, core_log_path: str='',
python_backend=True, core_log_path: str='',
buffer_size_mb: int=1024, max_memory_mb: int=2000,
port: int=DEFAULT_BRIDGE_PORT, debug=False):
"""
Expand Down

0 comments on commit 5385acf

Please sign in to comment.