diff --git a/perxis/extensions/bootstrap.py b/perxis/extensions/bootstrap.py
index 1209dbee1dce09ac66c5d7bae4c7b4e7db81d1e9..37769c2df0eac25ee24956af51b664e75ecedc22 100644
--- a/perxis/extensions/bootstrap.py
+++ b/perxis/extensions/bootstrap.py
@@ -51,6 +51,8 @@ def bootstrap(
         #                 f"Изменилась версия расширения {ext_descriptor.extension} ({ext.version} -> {ext_descriptor.version})"
         #             )
 
+        register_extension.start()
+
         with grpc.insecure_channel(content_host) as content_channel:
             intercepted_content_channel = grpc.intercept_channel(content_channel, interceptor)
 
diff --git a/setup.py b/setup.py
index 143b114a1b047674019064eb5dd61da0990804fb..950d4333f8d62956a2b96382964ba2b6f3e789d1 100644
--- a/setup.py
+++ b/setup.py
@@ -14,7 +14,7 @@ def load_requirements():
 
 setup(
     name='perxis',
-    version='1.0.4',
+    version='1.0.5',
     description='Perxis python client',
     long_description=long_description,
     long_description_content_type='text/markdown',