From 03638acab6dc2b18804531977d5d0a12ab240684 Mon Sep 17 00:00:00 2001 From: Julian Teske Date: Wed, 11 May 2022 18:16:31 +0200 Subject: [PATCH] change version to qopt 1.3 --- patch_notes.md | 2 ++ qopt/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/patch_notes.md b/patch_notes.md index 34f6e2d..3bbf0bf 100644 --- a/patch_notes.md +++ b/patch_notes.md @@ -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 diff --git a/qopt/__init__.py b/qopt/__init__.py index 9f7860d..48e362e 100644 --- a/qopt/__init__.py +++ b/qopt/__init__.py @@ -79,6 +79,6 @@ except ImportError: pass -__version__ = '1.2' +__version__ = '1.3' __license__ = 'GNU GPLv3+' __author__ = 'Julian Teske, Forschungszentrum Juelich' diff --git a/setup.py b/setup.py index 3c8880e..df3ca9a 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='qopt', - version='1.2', + version='1.3', packages=['qopt'], url='https://github.com/qutech/qopt', license='GLP3',