Skip to content

Commit

Permalink
barectf v3.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: I36924dcc267f9082a0c57c865ff97011ab297b0a
  • Loading branch information
eepp committed Nov 21, 2022
1 parent 779a52d commit 155b612
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion barectf/version.py
Expand Up @@ -24,5 +24,5 @@
__major_version__ = 3
__minor_version__ = 0
__patch_version__ = 2
__pre_version__ = '-dev'
__pre_version__ = ''
__version__ = f'{__major_version__}.{__minor_version__}.{__patch_version__}{__pre_version__}'
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -27,7 +27,7 @@ build-backend = 'poetry.core.masonry.api'

[tool.poetry]
name = 'barectf'
version = '3.0.2-dev'
version = '3.0.2'
description = 'Generator of ANSI C tracers which output CTF data streams'
license = 'MIT'
authors = ['Philippe Proulx <eeppeliteloop@gmail.com>']
Expand Down

0 comments on commit 155b612

Please sign in to comment.