Skip to content

Commit 7c6d8ef

Browse files
Mark R. Tuttlemarkrtuttle
authored andcommitted
Advance version to 2.8.2
1 parent 52c5247 commit 7c6d8ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[metadata]
44
name = cbmc-starter-kit
5-
version = 2.8.1
5+
version = 2.8.2
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"""Version number."""
55

66
NAME = "CBMC starter kit"
7-
NUMBER = "2.8.1"
7+
NUMBER = "2.8.2"
88
VERSION = f"{NAME} {NUMBER}"
99

1010
REPLACE_TARGET = '_CBMC_STARTER_KIT_VERSION_'

0 commit comments

Comments
 (0)