Skip to content

Commit

Permalink
chore: prepare v0.4.1b1
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-schoonjans committed Mar 28, 2024
1 parent 5fc0e27 commit a5665cb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions waylay-sdk-storage-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-storage-types"
version = "v0.4.1rc1"
version = "v0.4.1b1"
description = "Waylay Storage Types "
authors = [
{ name = "Waylay", email = "[email protected]"}
Expand All @@ -13,7 +13,7 @@ keywords = ["Waylay Storage" , "Types"]
requires-python = ">= 3.9"
dependencies = [
"waylay-sdk ~= 0.0.4rc5",
"waylay-sdk-storage == v0.4.1rc1",
"waylay-sdk-storage == v0.4.1b1",
"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__ = "v0.4.1rc1"
__version__ = "v0.4.1b1"

# import models into model package
from .auth import AUTH
Expand Down
2 changes: 1 addition & 1 deletion waylay-sdk-storage/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-storage"
version = "v0.4.1rc1"
version = "v0.4.1b1"
description = "Waylay Storage"
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__ = "v0.4.1rc1"
__version__ = "v0.4.1b1"

from .service import StorageService

Expand Down

0 comments on commit a5665cb

Please sign in to comment.