Skip to content

Commit 26109f1

Browse files
Mark R. Tuttlemarkrtuttle
Mark R. Tuttle
authored andcommitted
Advance version to 2.8.3
1 parent 6ba743a commit 26109f1

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.8.2
5+
version = 2.8.3
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
@@ -4,7 +4,7 @@
44
"""Version number."""
55

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

1010
REPLACE_TARGET = '_CBMC_STARTER_KIT_VERSION_'

0 commit comments

Comments
 (0)