Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
smythi93 authored Mar 24, 2023
1 parent 77694d0 commit 8263c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sflkit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from sflkit.config import Config, parse_config
from sflkit.instrumentation.dir_instrumentation import DirInstrumentation

__version__ = "0.0.1"
__version__ = "0.1.0"


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

0 comments on commit 8263c92

Please sign in to comment.