Skip to content

Commit

Permalink
chore: regenerate service (sdk.20240430)
Browse files Browse the repository at this point in the history
  • Loading branch information
plankthom committed Apr 30, 2024
1 parent 617464c commit ce79597
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -133,4 +133,4 @@ jobs:
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages-dir: waylay-sdk-rules-types/dist
packages-dir: waylay-sdk-rules-types/dist
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 ce79597

Please sign in to comment.