From d5b49c217df0c64d8a9e94eaa53143fae310095a Mon Sep 17 00:00:00 2001 From: Riccardo Mori Date: Thu, 16 May 2024 13:49:05 +0200 Subject: [PATCH] Update to v0.5.6 --- bindings/python/quokka/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/quokka/version.py b/bindings/python/quokka/version.py index 5573e84..16baab3 100644 --- a/bindings/python/quokka/version.py +++ b/bindings/python/quokka/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.5.5" +__version__ = "0.5.6"