Skip to content

Commit 7e47db3

Browse files
Mark R. Tuttlemarkrtuttle
authored andcommitted
Advance version to 2.12
1 parent bf6dd67 commit 7e47db3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
[metadata]
44
name = cbmc-viewer
5-
version = 2.11
5+
version = 2.12
66
author = Mark R. Tuttle
77
author_email = [email protected]
88
description = CBMC viewer produces a browsable summary of CBMC findings
99
long_description = file: README.md
1010
long_description_content_type = text/markdown
11-
url = https://github.com/awslabs/aws-viewer-for-cbmc
11+
url = https://github.com/model-checking/cbmc-viewer
1212
license = Apache License 2.0
1313
classifiers =
1414
Programming Language :: Python :: 3

src/cbmc_viewer/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 viewer"
7-
NUMBER = "2.11"
7+
NUMBER = "2.12"
88
VERSION = "{} {}".format(NAME, NUMBER)
99

1010
def version(display=False):

0 commit comments

Comments
 (0)