Skip to content

Commit b93f79a

Browse files
committed
docs: updating files to version 0.3.1
1 parent 933deaf commit b93f79a

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
project = 'SQuADDS'
1111
copyright = '2023, Sadman Ahmed Shanto & Eli Levenson-Falk'
1212
author = 'Sadman Ahmed Shanto'
13-
release = "0.3.0"
13+
release = "0.3.1"
1414

1515
# General configuration
1616
exclude_patterns = [

docs/source/release_notes.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Release Notes
22
=============
33

4+
Version 0.3.1 (2024-08-16)
5+
--------------------------
6+
7+
* **Alpha Version 0.3.1**
8+
9+
**New Features**
10+
11+
- Added added methods for showing better contributions and measured device information (includes fabublox recipes)
12+
- Updated tutorials (1,3 and 3p5)
13+
14+
---
15+
416
Version 0.3.0 (2024-08-12)
517
--------------------------
618

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='SQuADDS',
9-
version='0.3.0',
9+
version='0.3.1',
1010
packages=find_packages(),
1111
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.',
1212
long_description=open('README.md').read(),

squadds/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import os
22

3-
__version__ = '0.3.0'
3+
__version__ = '0.3.1'
44
__license__ = "MIT License"
55
__copyright__ = 'Sadman Ahmed Shanto, Eli Levenson-Falk 2023'
66
__author__ = 'Sadman Ahmed Shanto, Eli Levenson-Falk'

0 commit comments

Comments
 (0)