From 28e23808fb3e28f106ffcd0e6f10a9f2a0140dc6 Mon Sep 17 00:00:00 2001 From: ww-rm Date: Tue, 28 May 2024 08:53:13 +0800 Subject: [PATCH] update to v0.5.6 --- src/gmalglib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gmalglib/__init__.py b/src/gmalglib/__init__.py index a6a2cac..e58dd8f 100644 --- a/src/gmalglib/__init__.py +++ b/src/gmalglib/__init__.py @@ -14,4 +14,4 @@ from . import zuc from .wrapped import * -__version__ = "0.5.5" +__version__ = "0.5.6"