From b7422939153e2b2a71615508bd69e66804060be1 Mon Sep 17 00:00:00 2001 From: Julian Teske Date: Wed, 18 May 2022 15:56:05 +0200 Subject: [PATCH] increment the version in the setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index be58a88..fc29b1c 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='qopt', - version='1.3', + version='1.3.1', packages=['qopt'], url='https://github.com/qutech/qopt', license='GLP3',