Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

Commit 237225c

Browse files
committed
version update
1 parent 5b76063 commit 237225c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77

88
[project]
99
name = "sflkit"
10-
version = "0.2.6"
10+
version = "0.2.7"
1111
authors = [
1212
{ name = "Marius Smytzek", email = "marius.smytzek@cispa.de" },
1313
]

src/sflkit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from sflkit.config import Config, parse_config
77
from sflkit.instrumentation.dir_instrumentation import DirInstrumentation
88

9-
__version__ = "0.2.6"
9+
__version__ = "0.2.7"
1010

1111

1212
def instrument_config(conf: Config, event_dump: str = None):

0 commit comments

Comments
 (0)