From 9f5519eba9bb77595c78b27f78844ec1f4308cbb Mon Sep 17 00:00:00 2001 From: David Doty Date: Tue, 19 Dec 2023 19:32:18 -0600 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 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