We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fff6ba8 + 206c2da commit da31320Copy full SHA for da31320
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.2"
+version = "0.3.0"
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.2"
+current_version = "0.3.0"
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.2"
+__version__ = "0.3.0"
0 commit comments