Skip to content

Commit

Permalink
bumped version to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-doty committed Sep 1, 2020
1 parent 2afc921 commit db5d31f
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 @@ -44,7 +44,7 @@
# commented out for now to support Python 3.6, which does not support this feature
# from __future__ import annotations

__version__ = "0.11.2" # version line; WARNING: do not remove or change this line or comment
__version__ = "0.12.0" # version line; WARNING: do not remove or change this line or comment

import dataclasses
from abc import abstractmethod, ABC
Expand Down

0 comments on commit db5d31f

Please sign in to comment.