Skip to content

Commit

Permalink
Merge pull request #18 from qutech/master
Browse files Browse the repository at this point in the history
change version to qopt 1.3
  • Loading branch information
JDTeske authored May 11, 2022
2 parents e47ee54 + 03638ac commit 2344deb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions patch_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,5 @@ amplitude, frequency and phase noise.

Optimizer:
- Fix a false dimension check for the cost function weights.

### Version 1.2 to 1.3
2 changes: 1 addition & 1 deletion qopt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@
except ImportError:
pass

__version__ = '1.2'
__version__ = '1.3'
__license__ = 'GNU GPLv3+'
__author__ = 'Julian Teske, Forschungszentrum Juelich'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='qopt',
version='1.2',
version='1.3',
packages=['qopt'],
url='https://github.com/qutech/qopt',
license='GLP3',
Expand Down

0 comments on commit 2344deb

Please sign in to comment.