Skip to content

Commit

Permalink
bumped version to 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-doty committed Jun 9, 2020
1 parent bb0b0d6 commit 2bfd802
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file added dist/scadnano-0.8.3.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion scadnano/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# taken from https://stackoverflow.com/questions/17583443/what-is-the-correct-way-to-share-package-version-with-setup-py-and-the-package/17626524#17626524

# The following line *must* be the last in the module, exactly as formatted:
__version__ = "0.8.2"
__version__ = "0.8.3"
2 changes: 1 addition & 1 deletion scadnano/scadnano.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ class Grid(str, enum.Enum):
from ._version import __version__
except:
# this is so scadnano.py file works without _version.py being present, in case user downloads it
__version__ = "0.8.2"
__version__ = "0.8.3"

default_idt_scale = "25nm"
default_idt_purification = "STD"
Expand Down

0 comments on commit 2bfd802

Please sign in to comment.