Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-doty committed Jun 1, 2020
1 parent 64523b0 commit 6976cec
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file added dist/scadnano-0.7.4.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion scadnano/scadnano.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ class Grid(str, enum.Enum):
# import scadnano_version
# current_version: str = scadnano_version.current_version
# initial_version: str = scadnano_version.initial_version
current_version: str = "0.7.3"
current_version: str = "0.7.4"
initial_version: str = "0.0.1"

default_idt_scale = "25nm"
Expand Down
2 changes: 1 addition & 1 deletion scadnano/scadnano_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
current_version = "0.7.3"
current_version = "0.7.4"
initial_version = "0.0.1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
setup(name='scadnano',
packages=['scadnano'],
# version=sv.current_version,
version='0.7.3',
version='0.7.4',
# download_url=f'https://github.com/UC-Davis-molecular-computing/scadnano-python-package/archive/v{sv.current_version}.zip',
download_url=f'https://github.com/UC-Davis-molecular-computing/scadnano-python-package/archive/v0.7.0.zip',
license='MIT',
Expand Down

0 comments on commit 6976cec

Please sign in to comment.