Skip to content

Commit

Permalink
bumped version to test automated package updating on PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-doty committed Jul 13, 2020
1 parent 275584b commit a3e6b1c
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.9"
__version__ = "0.9.10"
2 changes: 1 addition & 1 deletion scadnano/scadnano.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,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.9"
__version__ = "0.9.10"

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

0 comments on commit a3e6b1c

Please sign in to comment.