From c2ed24cfd62470ac859e58b574de7d16ba744757 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Tue, 6 Oct 2020 14:52:31 -0400 Subject: [PATCH] barectf v3.0.1 Signed-off-by: Philippe Proulx --- 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 6b10b58..0852c8b 100644 --- a/barectf/version.py +++ b/barectf/version.py @@ -24,5 +24,5 @@ __major_version__ = 3 __minor_version__ = 0 __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 1ca766b..b6aa59a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ build-backend = 'poetry.masonry.api' [tool.poetry] name = 'barectf' -version = '3.0.1-dev' +version = '3.0.1' description = 'Generator of ANSI C tracers which output CTF data streams' license = 'MIT' authors = ['Philippe Proulx '] -- 2.34.1