From a3ccab79d8fc99c90403adcc33aa2e6ba4878b84 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Tue, 16 May 2023 19:38:27 -0400 Subject: [PATCH] barectf v3.1.2 Signed-off-by: Philippe Proulx Change-Id: Ib080db047a35db36be7113d11444336c4d34e4e4 --- 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 4ad1f03..25500bb 100644 --- a/barectf/version.py +++ b/barectf/version.py @@ -24,5 +24,5 @@ __major_version__ = 3 __minor_version__ = 1 __patch_version__ = 2 -__pre_version__ = '-dev' +__pre_version__ = '' __version__ = f'{__major_version__}.{__minor_version__}.{__patch_version__}{__pre_version__}' diff --git a/pyproject.toml b/pyproject.toml index 755675a..1c33a10 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ build-backend = 'poetry.core.masonry.api' [tool.poetry] name = 'barectf' -version = '3.1.2-dev' +version = '3.1.2' description = 'Generator of ANSI C tracers which output CTF data streams' license = 'MIT' authors = ['Philippe Proulx '] -- 2.34.1