Skip to content

Commit 2d920f5

Browse files
committed
Set Version: 0.3.106
1 parent 1b50f5f commit 2d920f5

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.105"
7+
version = "0.3.106"
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.105'
3+
VERSION: Final = '0.3.106'

package/version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.105
1+
0.3.106

0 commit comments

Comments
 (0)