We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b66babc commit ba019b2Copy full SHA for ba019b2
setup.cfg
@@ -2,7 +2,7 @@
2
3
[metadata]
4
name = cbmc-starter-kit
5
-version = 2.9
+version = 2.10
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
@@ -6,7 +6,7 @@
import os
NAME = "CBMC starter kit"
9
-NUMBER = "2.9"
+NUMBER = "2.10"
10
VERSION = f"{NAME} {NUMBER}"
11
12
REPLACE_TARGET = '_CBMC_STARTER_KIT_VERSION_'
0 commit comments