We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0eba53 commit 2157a88Copy full SHA for 2157a88
setup.cfg
@@ -2,7 +2,7 @@
2
3
[metadata]
4
name = cbmc-starter-kit
5
-version = 2.8
+version = 2.8.1
6
author = Mark R. Tuttle
7
author_email = mrtuttle@amazon.com
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"
+NUMBER = "2.8.1"
VERSION = f"{NAME} {NUMBER}"
9
10
REPLACE_TARGET = '_CBMC_STARTER_KIT_VERSION_'
0 commit comments