Skip to content

Commit

Permalink
dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-zehentleitner committed Mar 14, 2024
1 parent 57ae5e3 commit ab0da76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lucit_licensing_python/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def __init__(self,
parent_shutdown_function: Callable[[bool], bool] = None,
needed_license_type: Optional[str] = None):
super().__init__()
self.module_version: str = "1.8.2"
self.module_version: str = "1.8.2.dev"
self.parent_shutdown_function = parent_shutdown_function
self.is_started = start
self.sigterm = False
Expand Down

0 comments on commit ab0da76

Please sign in to comment.