Skip to content

Commit ab0da76

Browse files
dev version
1 parent 57ae5e3 commit ab0da76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lucit_licensing_python/manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def __init__(self,
5353
parent_shutdown_function: Callable[[bool], bool] = None,
5454
needed_license_type: Optional[str] = None):
5555
super().__init__()
56-
self.module_version: str = "1.8.2"
56+
self.module_version: str = "1.8.2.dev"
5757
self.parent_shutdown_function = parent_shutdown_function
5858
self.is_started = start
5959
self.sigterm = False

0 commit comments

Comments
 (0)