Skip to content

Commit ba019b2

Browse files
authored
Bump to version 2.10 (#197)
Signed-off-by: Felipe R. Monteiro <[email protected]>
1 parent b66babc commit ba019b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[metadata]
44
name = cbmc-starter-kit
5-
version = 2.9
5+
version = 2.10
66
author = Mark R. Tuttle
77
author_email = [email protected]
88
description = CBMC starter kit makes it easy to add CBMC verification to a software project

src/cbmc_starter_kit/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import os
77

88
NAME = "CBMC starter kit"
9-
NUMBER = "2.9"
9+
NUMBER = "2.10"
1010
VERSION = f"{NAME} {NUMBER}"
1111

1212
REPLACE_TARGET = '_CBMC_STARTER_KIT_VERSION_'

0 commit comments

Comments
 (0)