From 5640b93b70b13f7b80b0d19609c15bf1f26ba065 Mon Sep 17 00:00:00 2001 From: Thibaut Goetghebuer-Planchon Date: Tue, 22 Aug 2023 17:46:25 +0100 Subject: Update TOSA Checker version to 0.2.0rc0 Change-Id: I0e3cf0feff0a039244a0cf86039ae507a207eb5e --- tosa_checker/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tosa_checker/__init__.py') diff --git a/tosa_checker/__init__.py b/tosa_checker/__init__.py index 2f64885..c9a28f3 100644 --- a/tosa_checker/__init__.py +++ b/tosa_checker/__init__.py @@ -5,4 +5,4 @@ from _tosa_checker_wrapper import * -__version__ = "0.2.0a3" +__version__ = "0.2.0rc0" -- cgit v1.2.1