Skip to content

Commit

Permalink
Merge pull request #106 from UC-Davis-molecular-computing/dev
Browse files Browse the repository at this point in the history
bumped version
  • Loading branch information
dave-doty authored Jul 9, 2020
2 parents abf52d5 + 4a3abae commit 7b1161b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scadnano/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

# The following line *must* be the last in the module, exactly as formatted:
# XXX: REMEMBER TO CHANGE VERSION IN scadnano.py also, for users who do not install from PyPI
__version__ = "0.9.6"
__version__ = "0.9.8"
2 changes: 1 addition & 1 deletion scadnano/scadnano.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
from ._version import __version__
except ImportError:
# this is so scadnano.py file works without _version.py being present, in case user downloads it
__version__ = "0.9.6"
__version__ = "0.9.8"

StrandLabel = TypeVar('StrandLabel')
DomainLabel = TypeVar('DomainLabel')
Expand Down

0 comments on commit 7b1161b

Please sign in to comment.