From faf39e9ed998bc195da7c9bb198ae83c814218e2 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Tue, 16 May 2023 18:05:21 -0400 Subject: [PATCH] barectf v3.0.3 Signed-off-by: Philippe Proulx Change-Id: I382ba69e7fccecc4629a4e303c578b6234e92aa7 --- barectf/version.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/barectf/version.py b/barectf/version.py index f814728..00e5968 100644 --- a/barectf/version.py +++ b/barectf/version.py @@ -24,5 +24,5 @@ __major_version__ = 3 __minor_version__ = 0 __patch_version__ = 3 -__pre_version__ = '-dev' +__pre_version__ = '' __version__ = f'{__major_version__}.{__minor_version__}.{__patch_version__}{__pre_version__}' diff --git a/pyproject.toml b/pyproject.toml index fb2ec05..50770c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ build-backend = 'poetry.core.masonry.api' [tool.poetry] name = 'barectf' -version = '3.0.3-dev' +version = '3.0.3' description = 'Generator of ANSI C tracers which output CTF data streams' license = 'MIT' authors = ['Philippe Proulx '] -- 2.34.1