Skip to content

Commit

Permalink
0.3.8-pre.20
Browse files Browse the repository at this point in the history
  • Loading branch information
TedSjoblom committed Nov 7, 2024
1 parent 207d557 commit 0fdedef
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions sdks/js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdks/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "keelson-js",
"version": "0.3.8-pre.19",
"version": "0.3.8-pre.20",
"description": "",
"main": "index.js",
"files": [
Expand Down
4 changes: 1 addition & 3 deletions sdks/python/keelson/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,9 +262,7 @@ def parse_pubsub_key(key: str):
"""
if not (res := PUB_SUB_KEY_PARSER.parse(key)):
raise ValueError(
f"Provided key {key} did not have the expected format {
KEELSON_PUB_SUB_KEY_FORMAT}"
)
f"Provided key {key} did not have the expected format {KEELSON_PUB_SUB_KEY_FORMAT}")

return res.named

Expand Down
2 changes: 1 addition & 1 deletion sdks/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def read(fname):

setup(
name="keelson",
version="0.3.8-pre.19",
version="0.3.8-pre.20",
license="Apache License 2.0",
description="A python Software Development Kit for keelson",
long_description=read("README.md"),
Expand Down

0 comments on commit 0fdedef

Please sign in to comment.