We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ba743a commit 26109f1Copy full SHA for 26109f1
setup.cfg
@@ -2,7 +2,7 @@
2
3
[metadata]
4
name = cbmc-starter-kit
5
-version = 2.8.2
+version = 2.8.3
6
author = Mark R. Tuttle
7
author_email = [email protected]
8
description = CBMC starter kit makes it easy to add CBMC verification to a software project
src/cbmc_starter_kit/version.py
@@ -4,7 +4,7 @@
"""Version number."""
NAME = "CBMC starter kit"
-NUMBER = "2.8.2"
+NUMBER = "2.8.3"
VERSION = f"{NAME} {NUMBER}"
9
10
REPLACE_TARGET = '_CBMC_STARTER_KIT_VERSION_'
0 commit comments