Skip to content

Commit

Permalink
Advance version to 3.0
Browse files Browse the repository at this point in the history
Advancing major version since command interface has changes (make-*
utility functions are now subcommands of cbmc-viewer).
  • Loading branch information
Mark R. Tuttle authored and markrtuttle committed Apr 22, 2022
1 parent 19f0b71 commit af6386e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 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 = 2.14
version = 3.0
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 = "2.14"
NUMBER = "3.0"
VERSION = "{} {}".format(NAME, NUMBER)

def version(display=False):
Expand Down
1 change: 0 additions & 1 deletion src/cbmc_viewer/viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"""

from pathlib import Path
import argparse
import datetime
import logging
import os
Expand Down

0 comments on commit af6386e

Please sign in to comment.