Skip to content

Commit

Permalink
0.3.8-pre.21
Browse files Browse the repository at this point in the history
  • Loading branch information
TedSjoblom committed Nov 7, 2024
1 parent 0fdedef commit 1cd5a11
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
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.20",
"version": "0.3.8-pre.21",
"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 @@ -292,9 +292,7 @@ def parse_rpc_key(key: str):

if not (res := REQ_REP_KEY_PARSER.parse(key)):
raise ValueError(
f"Provided key {key} did not have the expected format {
KEELSON_REQ_REP_KEY_FORMAT}"
)
f"Provided key {key} did not have the expected format {KEELSON_REQ_REP_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.20",
version="0.3.8-pre.21",
license="Apache License 2.0",
description="A python Software Development Kit for keelson",
long_description=read("README.md"),
Expand Down

0 comments on commit 1cd5a11

Please sign in to comment.