We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 196591e + 9f5519e commit 1507102Copy full SHA for 1507102
1 file changed
scadnano/scadnano.py
@@ -54,7 +54,7 @@
54
# needed to use forward annotations: https://docs.python.org/3/whatsnew/3.7.html#whatsnew37-pep563
55
from __future__ import annotations
56
57
-__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
58
59
import collections
60
import dataclasses
0 commit comments