Skip to content

Commit

Permalink
Advance version to 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark R. Tuttle authored and markrtuttle committed Jul 12, 2022
1 parent fbe42ba commit 7a61857
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[metadata]
name = cbmc-viewer
version = 3.5
version = 3.6
author = Mark R. Tuttle
author_email = mrtuttle@amazon.com
description = CBMC viewer produces a browsable summary of CBMC findings
Expand Down
2 changes: 1 addition & 1 deletion src/cbmc_viewer/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""Version number."""

NAME = "CBMC viewer"
NUMBER = "3.5"
NUMBER = "3.6"
VERSION = f"{NAME} {NUMBER}"

def version(display=False):
Expand Down

0 comments on commit 7a61857

Please sign in to comment.