Skip to content

Commit

Permalink
0.6.4 bump
Browse files Browse the repository at this point in the history
Signed-off-by: Lance Drane <[email protected]>
  • Loading branch information
Lance-Drane committed Aug 8, 2024
1 parent 89541dd commit 5a7a48b
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion examples/1_hello_world/hello_service_schema.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion examples/1_hello_world_amqp/hello_service_schema.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion examples/1_hello_world_events/hello_service_schema.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion examples/2_counting/counting_service_schema.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion examples/2_counting_events/counting_service_schema.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion examples/3_ping_pong_events/ping_service_schema.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion examples/3_ping_pong_events/pong_service_schema.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion examples/3_ping_pong_events_amqp/ping_service_schema.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion examples/3_ping_pong_events_amqp/pong_service_schema.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/intersect_sdk/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__)
"""
Expand Down
2 changes: 1 addition & 1 deletion tests/fixtures/example_schema.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 5a7a48b

Please sign in to comment.