Skip to content

Commit

Permalink
Merge pull request #95 from qutech/release/1.1.3
Browse files Browse the repository at this point in the history
Release 1.1.3
  • Loading branch information
thangleiter committed May 14, 2024
2 parents 8c126d3 + d5f3bdc commit f4e17c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: 3.10
python-version: '3.12'
cache: pip

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion filter_functions/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
'gradient', 'pulse_sequence', 'remap', 'util', 'superoperator', 'infidelity_derivative']


__version__ = '1.1.2'
__version__ = '1.1.3'
__license__ = 'GNU GPLv3+'
__author__ = 'Quantum Technology Group, RWTH Aachen University'

0 comments on commit f4e17c5

Please sign in to comment.