Skip to content

Commit

Permalink
Merge pull request #67 from UC-Davis-molecular-computing/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
dave-doty authored May 31, 2020
2 parents 0e1a874 + b528816 commit 916039d
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
Binary file added dist/scadnano-0.7.3.tar.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions scadnano/scadnano.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,8 +296,8 @@ 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.2"
initial_version: str = "0.0.1"
current_version: str = "0.7.3"
initial_version: str = "0.0.1"

default_idt_scale = "25nm"
default_idt_purification = "STD"
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.2"
current_version = "0.7.3"
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.2',
version='0.7.3',
# 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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.7.2",
"version": "0.7.3",
"grid": "square",
"helices": [
{"max_offset": 448, "grid_position": [0, 0]},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.7.2",
"version": "0.7.3",
"grid": "square",
"helices": [
{"grid_position": [0, 0]},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.7.2",
"version": "0.7.3",
"grid": "square",
"helices": [
{"grid_position": [0, 0]},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.7.2",
"version": "0.7.3",
"grid": "square",
"helices": [
{"grid_position": [0, 0]},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.7.2",
"version": "0.7.3",
"grid": "square",
"helices": [
{"max_offset": 192, "grid_position": [0, 0]},
Expand Down

0 comments on commit 916039d

Please sign in to comment.