diff --git a/dist/scadnano-0.7.4.tar.gz b/dist/scadnano-0.7.4.tar.gz new file mode 100644 index 00000000..cef97f55 Binary files /dev/null and b/dist/scadnano-0.7.4.tar.gz differ diff --git a/scadnano/scadnano.py b/scadnano/scadnano.py index c12b578a..12f4f8ef 100644 --- a/scadnano/scadnano.py +++ b/scadnano/scadnano.py @@ -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" diff --git a/scadnano/scadnano_version.py b/scadnano/scadnano_version.py index 4fbc7f8c..1562adb6 100644 --- a/scadnano/scadnano_version.py +++ b/scadnano/scadnano_version.py @@ -1,2 +1,2 @@ -current_version = "0.7.3" +current_version = "0.7.4" initial_version = "0.0.1" \ No newline at end of file diff --git a/setup.py b/setup.py index cbe2276e..a1b22bca 100644 --- a/setup.py +++ b/setup.py @@ -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',