Skip to content

Commit

Permalink
Advance starter kit version 2.6 -> 2.7
Browse files Browse the repository at this point in the history
Versions 2.6 and 2.7 are identical.  Failures in the publication
workflow that only partially published 2.6 (package already published
to pypi, pull request already pushed to brew tap) make it easier to
bump the version number again and republish.
  • Loading branch information
Mark R. Tuttle authored and markrtuttle committed Sep 27, 2022
1 parent bf9d36c commit 746fc41
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-starter-kit
version = 2.6
version = 2.7
author = Mark R. Tuttle
author_email = [email protected]
description = CBMC starter kit makes it easy to add CBMC verification to a software project
Expand Down
2 changes: 1 addition & 1 deletion src/cbmc_starter_kit/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""Version number."""

NAME = "CBMC starter kit"
NUMBER = "2.6"
NUMBER = "2.7"
VERSION = f"{NAME} {NUMBER}"

REPLACE_TARGET = '_CBMC_STARTER_KIT_VERSION_'
Expand Down

0 comments on commit 746fc41

Please sign in to comment.