From db82d47fd3fdb7f208afe78d978a30a11217a083 Mon Sep 17 00:00:00 2001 From: David Doty Date: Thu, 10 Sep 2020 15:26:45 -0700 Subject: [PATCH] bumped version --- scadnano/scadnano.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scadnano/scadnano.py b/scadnano/scadnano.py index 9f5bfd1a..f3911efb 100644 --- a/scadnano/scadnano.py +++ b/scadnano/scadnano.py @@ -44,7 +44,7 @@ # commented out for now to support Py3.6, which does not support this feature # from __future__ import annotations -__version__ = "0.12.0" # version line; WARNING: do not remove or change this line or comment +__version__ = "0.12.1" # version line; WARNING: do not remove or change this line or comment import dataclasses from abc import abstractmethod, ABC