From a3e6b1cb4562d9bd2214ed59fff369ae6fce2284 Mon Sep 17 00:00:00 2001 From: David Doty Date: Sun, 12 Jul 2020 17:47:12 -0700 Subject: [PATCH] bumped version to test automated package updating on PyPI --- scadnano/_version.py | 2 +- scadnano/scadnano.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scadnano/_version.py b/scadnano/_version.py index 3ebf8268..7ea4b952 100644 --- a/scadnano/_version.py +++ b/scadnano/_version.py @@ -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" diff --git a/scadnano/scadnano.py b/scadnano/scadnano.py index 3a172573..bb931d8f 100644 --- a/scadnano/scadnano.py +++ b/scadnano/scadnano.py @@ -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')