Skip to content

Commit

Permalink
Merge pull request #7 from waylayio/chore/regenerate
Browse files Browse the repository at this point in the history
chore: regenerate rules (sdk.20240430) 🔁
  • Loading branch information
plankthom authored May 16, 2024
2 parents 617464c + 5d96216 commit 1307024
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions waylay-sdk-rules-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-rules-types"
version = "6.5.0.20240423"
version = "6.5.0.20240430"
description = "Waylay rules engine Types "
authors = [
{ name = "Waylay", email = "[email protected]"}
Expand All @@ -13,7 +13,7 @@ keywords = ["Waylay rules engine" , "Types"]
requires-python = ">= 3.9"
dependencies = [
"waylay-sdk-core ~= 0.2.1",
"waylay-sdk-rules == 6.5.0.20240423",
"waylay-sdk-rules == 6.5.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__ = "6.5.0.20240423"
__version__ = "6.5.0.20240430"

# import models into model package
from .a_tasks_batch_operation_specification import ATasksBatchOperationSpecification
Expand Down
2 changes: 1 addition & 1 deletion waylay-sdk-rules/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-rules"
version = "6.5.0.20240423"
version = "6.5.0.20240430"
description = "Waylay rules engine"
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__ = "6.5.0.20240423"
__version__ = "6.5.0.20240430"

from .service import RulesService

Expand Down

0 comments on commit 1307024

Please sign in to comment.