We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf6dd67 commit 7e47db3Copy full SHA for 7e47db3
setup.cfg
@@ -2,13 +2,13 @@
2
3
[metadata]
4
name = cbmc-viewer
5
-version = 2.11
+version = 2.12
6
author = Mark R. Tuttle
7
author_email = [email protected]
8
description = CBMC viewer produces a browsable summary of CBMC findings
9
long_description = file: README.md
10
long_description_content_type = text/markdown
11
-url = https://github.com/awslabs/aws-viewer-for-cbmc
+url = https://github.com/model-checking/cbmc-viewer
12
license = Apache License 2.0
13
classifiers =
14
Programming Language :: Python :: 3
src/cbmc_viewer/version.py
@@ -4,7 +4,7 @@
"""Version number."""
NAME = "CBMC viewer"
-NUMBER = "2.11"
+NUMBER = "2.12"
VERSION = "{} {}".format(NAME, NUMBER)
def version(display=False):
0 commit comments