diff --git a/perxis/extensions/bootstrap.py b/perxis/extensions/bootstrap.py
index 8aa60db2593b3e37c48482d46c70562bae02e847..e11dd658f4432cf657c8992860afa519f8f037f0 100644
--- a/perxis/extensions/bootstrap.py
+++ b/perxis/extensions/bootstrap.py
@@ -50,8 +50,6 @@ def bootstrap(
         #                 f"Изменилась версия расширения {ext_descriptor.extension} ({ext.version} -> {ext_descriptor.version})"
         #             )
 
-        register_extension()
-
         logger.info(f"Расширение {ext_descriptor.extension} зарегистрировано в perxis")
 
         with grpc.insecure_channel(content_host) as content_channel:
diff --git a/setup.py b/setup.py
index 9a53f23287c93ef6d374a9a89e6dc46bbb331eba..b76488bd67fb1112d1e03ca165a4590cd1d5256b 100644
--- a/setup.py
+++ b/setup.py
@@ -14,7 +14,7 @@ def load_requirements():
 
 setup(
     name='perxis',
-    version='1.0.2',
+    version='1.0.3',
     description='Perxis python client',
     long_description=long_description,
     long_description_content_type='text/markdown',