We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24f1a6a commit c46d325Copy full SHA for c46d325
1 file changed
src/sflkit/__init__.py
@@ -5,8 +5,7 @@
5
from sflkit.config import Config, parse_config
6
from sflkit.instrumentation.dir_instrumentation import DirInstrumentation
7
8
-
9
-__version__ = "0.5.5"
+__version__ = "0.5.6"
10
11
12
def instrument_config(conf: Config):
0 commit comments