Skip to content

Commit

Permalink
Merge pull request #6 from waylayio/chore/regenerate
Browse files Browse the repository at this point in the history
chore: regenerate alarms (sdk.20240430) 🔁
  • Loading branch information
plankthom authored May 2, 2024
2 parents 80f3b1a + 28452e2 commit c1ebdc5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions waylay-sdk-alarms-types/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "waylay-sdk-alarms-types"
version = "1.11.0.20240423"
version = "1.11.0.20240430"
description = "Waylay Alarms Types "
authors = [
{ name = "Waylay", email = "[email protected]"}
Expand All @@ -13,7 +13,7 @@ keywords = ["Waylay Alarms" , "Types"]
requires-python = ">= 3.9"
dependencies = [
"waylay-sdk-core ~= 0.2.1",
"waylay-sdk-alarms == 1.11.0.20240423",
"waylay-sdk-alarms == 1.11.0.20240430",
"pydantic ~= 2.6",
"typing-extensions ~= 4.10",
"eval-type-backport ~= 0.1.3; python_version < '3.10'",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Do not edit the class manually.
"""

__version__ = "1.11.0.20240423"
__version__ = "1.11.0.20240430"

# import models into model package
from .a_batch_alarms_specification import ABatchAlarmsSpecification
Expand Down
2 changes: 1 addition & 1 deletion waylay-sdk-alarms/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "waylay-sdk-alarms"
version = "1.11.0.20240423"
version = "1.11.0.20240430"
description = "Waylay Alarms"
authors = [
{ name = "Waylay", email = "[email protected]"}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Do not edit the class manually.
"""

__version__ = "1.11.0.20240423"
__version__ = "1.11.0.20240430"

from .service import AlarmsService

Expand Down

0 comments on commit c1ebdc5

Please sign in to comment.