diff --git a/docs/conf.py b/docs/conf.py index c80d519e..33033bf1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -10,7 +10,7 @@ project = 'SQuADDS' copyright = '2023, Sadman Ahmed Shanto & Eli Levenson-Falk' author = 'Sadman Ahmed Shanto' -release = "0.2.4" +release = "0.3.0" # General configuration exclude_patterns = [ diff --git a/docs/source/release_notes.rst b/docs/source/release_notes.rst index 1a76c917..32737939 100644 --- a/docs/source/release_notes.rst +++ b/docs/source/release_notes.rst @@ -1,10 +1,10 @@ Release Notes ============= -Version 0.2.4 (2024-08-12) +Version 0.3.0 (2024-08-12) -------------------------- -* **Alpha Version 0.2.4** +* **Alpha Version 0.3.0** **New Features** diff --git a/setup.py b/setup.py index f877a1b2..82fc7426 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='SQuADDS', - version='0.2.4', + version='0.3.0', packages=find_packages(), description='Our project introduces an open-source database of programmatically generated and experimentally validated superconducting quantum device designs, accessible through a user-friendly interface, significantly lowering the entry barrier for research in this field.', long_description=open('README.md').read(), diff --git a/squadds/__init__.py b/squadds/__init__.py index c5e53b15..6b2b46c6 100644 --- a/squadds/__init__.py +++ b/squadds/__init__.py @@ -1,6 +1,6 @@ import os -__version__ = '0.2.4' +__version__ = '0.3.0' __license__ = "MIT License" __copyright__ = 'Sadman Ahmed Shanto, Eli Levenson-Falk 2023' __author__ = 'Sadman Ahmed Shanto, Eli Levenson-Falk'