From 0a385661b936d92f8a82493a42b9e674a16e58ba Mon Sep 17 00:00:00 2001 From: Maxime Alves LIRMM Date: Thu, 23 Feb 2023 11:44:57 +0100 Subject: [PATCH] =?UTF-8?q?[rc]=C2=A00.6.26rc0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- halfapi/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/halfapi/__init__.py b/halfapi/__init__.py index 4327858..1fd0291 100644 --- a/halfapi/__init__.py +++ b/halfapi/__init__.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -__version__ = '0.6.26' +__version__ = '0.6.26rc0' def version(): return f'HalfAPI version:{__version__}'