Skip to content

Commit a89484c

Browse files
committed
bump version 0.2.1 -> 0.2.2
1 parent 4f60c8f commit a89484c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "btor2-opt"
7-
version = "0.2.1"
7+
version = "0.2.2"
88
description = "Very basic btor2 parser, circuit miter, and code optimizer."
99
readme = "README.md"
1010
authors = [{ name = "Amelia Dobis", email = "ad4048@princeton.edu" }]
@@ -32,7 +32,7 @@ dependencies = [
3232

3333

3434
[tool.bumpver]
35-
current_version = "0.2.1"
35+
current_version = "0.2.2"
3636
version_pattern = "MAJOR.MINOR.PATCH"
3737
commit_message = "bump version {old_version} -> {new_version}"
3838
commit = true

src/btoropt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
from .passes.genericpass import *
2222

2323
# Version of btoropt package
24-
__version__ = "0.2.1"
24+
__version__ = "0.2.2"

0 commit comments

Comments
 (0)