Skip to content

Commit

Permalink
update AcqEngPy
Browse files Browse the repository at this point in the history
  • Loading branch information
henrypinkard committed Sep 29, 2023
1 parent 0e71556 commit f896c29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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, 29, 7)
version_info = (0, 29, 8)
__version__ = ".".join(map(str, version_info))
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def copy(self):
e.stageDeviceNamesToAxisNames_ = self.stageDeviceNamesToAxisNames_.copy()
e.xPosition_ = self.xPosition_
e.yPosition_ = self.yPosition_
e.zPosition_ = self.zPosition_
e.miniumumStartTime_ms_ = self.miniumumStartTime_ms_
e.slmImage_ = self.slmImage_
e.acquireImage_ = self.acquireImage_
Expand Down

0 comments on commit f896c29

Please sign in to comment.