Skip to content

Commit 1507102

Browse files
authored
Merge pull request #289 from UC-Davis-molecular-computing/dev
bumped version
2 parents 196591e + 9f5519e commit 1507102

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scadnano/scadnano.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
# needed to use forward annotations: https://docs.python.org/3/whatsnew/3.7.html#whatsnew37-pep563
5555
from __future__ import annotations
5656

57-
__version__ = "0.19.1" # version line; WARNING: do not remove or change this line or comment
57+
__version__ = "0.19.2" # version line; WARNING: do not remove or change this line or comment
5858

5959
import collections
6060
import dataclasses

0 commit comments

Comments
 (0)