Skip to content

Commit

Permalink
Merge pull request #289 from UC-Davis-molecular-computing/dev
Browse files Browse the repository at this point in the history
bumped version
  • Loading branch information
dave-doty authored Dec 20, 2023
2 parents 196591e + 9f5519e commit 1507102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scadnano/scadnano.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1507102

Please sign in to comment.