Skip to content

Commit

Permalink
Bump to 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sdouglas committed Dec 14, 2021
1 parent 35c5e46 commit 0caadd2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions cadnano2/model/parts/part.py
Original file line number Diff line number Diff line change
Expand Up @@ -1120,6 +1120,9 @@ def potentialCrossoverList(self, virtualHelix, idx=None):
baseRange = [x for x in baseRange if x >= idx - 3 * part._step and \
x <= idx + 2 * part._step]

if vh is None:
return

fromStrandSets = vh.getStrandSets()
neighbors = self.getVirtualHelixNeighbors(vh)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='cadnano2',
version='2.4.0',
version='2.4.1',
description='Cadnano2 for PyQt6',
url='https://github.com/douglaslab/cadnano2',
author='Shawn Douglas',
Expand Down

0 comments on commit 0caadd2

Please sign in to comment.