We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f60c8f commit a89484cCopy full SHA for a89484c
2 files changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "btor2-opt"
7
-version = "0.2.1"
+version = "0.2.2"
8
description = "Very basic btor2 parser, circuit miter, and code optimizer."
9
readme = "README.md"
10
authors = [{ name = "Amelia Dobis", email = "ad4048@princeton.edu" }]
@@ -32,7 +32,7 @@ dependencies = [
32
33
34
[tool.bumpver]
35
-current_version = "0.2.1"
+current_version = "0.2.2"
36
version_pattern = "MAJOR.MINOR.PATCH"
37
commit_message = "bump version {old_version} -> {new_version}"
38
commit = true
src/btoropt/__init__.py
@@ -21,4 +21,4 @@
21
from .passes.genericpass import *
22
23
# Version of btoropt package
24
-__version__ = "0.2.1"
+__version__ = "0.2.2"
0 commit comments