From 94f2f0ee8036448da72b0a39274b563430090b09 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Mon, 21 Nov 2022 15:58:11 -0500 Subject: [PATCH] barectf v3.1.1 Signed-off-by: Philippe Proulx Change-Id: I66276955a9ea5b86549d5a494b999a8dcd019cfb --- 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 7ac4a51..c215bad 100644 --- a/barectf/version.py +++ b/barectf/version.py @@ -24,5 +24,5 @@ __major_version__ = 3 __minor_version__ = 1 __patch_version__ = 1 -__pre_version__ = '-dev' +__pre_version__ = '' __version__ = f'{__major_version__}.{__minor_version__}.{__patch_version__}{__pre_version__}' diff --git a/pyproject.toml b/pyproject.toml index fda718e..7f53479 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ build-backend = 'poetry.core.masonry.api' [tool.poetry] name = 'barectf' -version = '3.1.1-dev' +version = '3.1.1' description = 'Generator of ANSI C tracers which output CTF data streams' license = 'MIT' authors = ['Philippe Proulx '] -- 2.34.1