diff --git a/scadnano/scadnano.py b/scadnano/scadnano.py index e0902ee..db2c903 100644 --- a/scadnano/scadnano.py +++ b/scadnano/scadnano.py @@ -54,7 +54,7 @@ # needed to use forward annotations: https://docs.python.org/3/whatsnew/3.7.html#whatsnew37-pep563 from __future__ import annotations -__version__ = "0.19.1" # version line; WARNING: do not remove or change this line or comment +__version__ = "0.19.2" # version line; WARNING: do not remove or change this line or comment import collections import dataclasses