Skip to content

Commit 25afaa1

Browse files
committed
Set Version: 0.3.98
1 parent bf22359 commit 25afaa1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

kmir/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "kmir"
7-
version = "0.3.97"
7+
version = "0.3.98"
88
description = ""
99
authors = [
1010
"Runtime Verification, Inc. <[email protected]>",

kmir/src/kmir/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from typing import Final
22

3-
VERSION: Final = '0.3.97'
3+
VERSION: Final = '0.3.98'

package/version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.97
1+
0.3.98

0 commit comments

Comments
 (0)