barectf v3.0.2 v3.0.2
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 21 Nov 2022 21:01:46 +0000 (16:01 -0500)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 21 Nov 2022 21:01:46 +0000 (16:01 -0500)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: I36924dcc267f9082a0c57c865ff97011ab297b0a

barectf/version.py
pyproject.toml

index c7f30af821e0b424879d99efae4eac97b1a2feca..2b10cdb3b81f1a53ebbcb4ed8ab6747d36eb7e24 100644 (file)
@@ -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__}'
index 5fe1b706ae567919d0706adfc2340ea93385e1f4..a04660a8a579bde36407b69573ea8114cc2497c6 100644 (file)
@@ -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>']
This page took 0.024516 seconds and 4 git commands to generate.