diff --git a/examples/1_hello_world/hello_service_schema.json b/examples/1_hello_world/hello_service_schema.json index eb589b5..a7d0737 100644 --- a/examples/1_hello_world/hello_service_schema.json +++ b/examples/1_hello_world/hello_service_schema.json @@ -1,6 +1,6 @@ { "asyncapi": "2.6.0", - "x-intersect-version": "0.6.3", + "x-intersect-version": "0.6.4", "info": { "title": "hello-organization.hello-facility.hello-system.hello-subsystem.hello-service", "version": "0.0.0", diff --git a/examples/1_hello_world_amqp/hello_service_schema.json b/examples/1_hello_world_amqp/hello_service_schema.json index eb589b5..a7d0737 100644 --- a/examples/1_hello_world_amqp/hello_service_schema.json +++ b/examples/1_hello_world_amqp/hello_service_schema.json @@ -1,6 +1,6 @@ { "asyncapi": "2.6.0", - "x-intersect-version": "0.6.3", + "x-intersect-version": "0.6.4", "info": { "title": "hello-organization.hello-facility.hello-system.hello-subsystem.hello-service", "version": "0.0.0", diff --git a/examples/1_hello_world_events/hello_service_schema.json b/examples/1_hello_world_events/hello_service_schema.json index b5558fb..68e0b37 100644 --- a/examples/1_hello_world_events/hello_service_schema.json +++ b/examples/1_hello_world_events/hello_service_schema.json @@ -1,6 +1,6 @@ { "asyncapi": "2.6.0", - "x-intersect-version": "0.6.3", + "x-intersect-version": "0.6.4", "info": { "title": "hello-organization.hello-facility.hello-system.hello-subsystem.hello-service", "version": "0.0.0", diff --git a/examples/2_counting/counting_service_schema.json b/examples/2_counting/counting_service_schema.json index d4a707b..48c6a19 100644 --- a/examples/2_counting/counting_service_schema.json +++ b/examples/2_counting/counting_service_schema.json @@ -1,6 +1,6 @@ { "asyncapi": "2.6.0", - "x-intersect-version": "0.6.3", + "x-intersect-version": "0.6.4", "info": { "title": "counting-organization.counting-facility.counting-system.counting-subsystem.counting-service", "version": "0.0.0", diff --git a/examples/2_counting_events/counting_service_schema.json b/examples/2_counting_events/counting_service_schema.json index 635c1ae..ad84b22 100644 --- a/examples/2_counting_events/counting_service_schema.json +++ b/examples/2_counting_events/counting_service_schema.json @@ -1,6 +1,6 @@ { "asyncapi": "2.6.0", - "x-intersect-version": "0.6.3", + "x-intersect-version": "0.6.4", "info": { "title": "counting-organization.counting-facility.counting-system.counting-subsystem.counting-service", "version": "0.0.0", diff --git a/examples/3_ping_pong_events/ping_service_schema.json b/examples/3_ping_pong_events/ping_service_schema.json index 3969be3..30d7d6b 100644 --- a/examples/3_ping_pong_events/ping_service_schema.json +++ b/examples/3_ping_pong_events/ping_service_schema.json @@ -1,6 +1,6 @@ { "asyncapi": "2.6.0", - "x-intersect-version": "0.6.3", + "x-intersect-version": "0.6.4", "info": { "title": "p-ng-organization.p-ng-facility.p-ng-system.p-ng-subsystem.ping-service", "version": "0.0.0" diff --git a/examples/3_ping_pong_events/pong_service_schema.json b/examples/3_ping_pong_events/pong_service_schema.json index a3a3c40..7de144e 100644 --- a/examples/3_ping_pong_events/pong_service_schema.json +++ b/examples/3_ping_pong_events/pong_service_schema.json @@ -1,6 +1,6 @@ { "asyncapi": "2.6.0", - "x-intersect-version": "0.6.3", + "x-intersect-version": "0.6.4", "info": { "title": "p-ng-organization.p-ng-facility.p-ng-system.p-ng-subsystem.pong-service", "version": "0.0.0" diff --git a/examples/3_ping_pong_events_amqp/ping_service_schema.json b/examples/3_ping_pong_events_amqp/ping_service_schema.json index 3969be3..30d7d6b 100644 --- a/examples/3_ping_pong_events_amqp/ping_service_schema.json +++ b/examples/3_ping_pong_events_amqp/ping_service_schema.json @@ -1,6 +1,6 @@ { "asyncapi": "2.6.0", - "x-intersect-version": "0.6.3", + "x-intersect-version": "0.6.4", "info": { "title": "p-ng-organization.p-ng-facility.p-ng-system.p-ng-subsystem.ping-service", "version": "0.0.0" diff --git a/examples/3_ping_pong_events_amqp/pong_service_schema.json b/examples/3_ping_pong_events_amqp/pong_service_schema.json index a3a3c40..7de144e 100644 --- a/examples/3_ping_pong_events_amqp/pong_service_schema.json +++ b/examples/3_ping_pong_events_amqp/pong_service_schema.json @@ -1,6 +1,6 @@ { "asyncapi": "2.6.0", - "x-intersect-version": "0.6.3", + "x-intersect-version": "0.6.4", "info": { "title": "p-ng-organization.p-ng-facility.p-ng-system.p-ng-subsystem.pong-service", "version": "0.0.0" diff --git a/src/intersect_sdk/version.py b/src/intersect_sdk/version.py index 9ac6230..a3c61f6 100644 --- a/src/intersect_sdk/version.py +++ b/src/intersect_sdk/version.py @@ -8,7 +8,7 @@ from ._internal.version import strip_version_metadata # may include build metadata -__version__ = '0.6.3' +__version__ = '0.6.4' version_string = strip_version_metadata(__version__) """ diff --git a/tests/fixtures/example_schema.json b/tests/fixtures/example_schema.json index 23260c4..99e4b7d 100644 --- a/tests/fixtures/example_schema.json +++ b/tests/fixtures/example_schema.json @@ -1,6 +1,6 @@ { "asyncapi": "2.6.0", - "x-intersect-version": "0.6.3", + "x-intersect-version": "0.6.4", "info": { "title": "test.test.test.test.test", "version": "0.0.0",