Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
Upgraded shared component (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
spietras committed Aug 10, 2022
1 parent e671384 commit 126f762
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions kilroy_module_client_py_sdk/poetry.lock

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

4 changes: 2 additions & 2 deletions kilroy_module_client_py_sdk/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "kilroy-module-client-py-sdk"
version = "0.4.0"
version = "0.5.0"
description = "SDK for kilroy module clients in Python 🧰"
readme = "README.md"
authors = ["kilroy <kilroymail@pm.me>"]
Expand All @@ -12,7 +12,7 @@ documentation = "https://kilroybot.github.io/kilroy-module-client-py-sdk"
[tool.poetry.dependencies]
python = "^3.9"
kilroy-ws-client-py-sdk = "~0.4"
kilroy-module-py-shared = "~0.2"
kilroy-module-py-shared = "~0.3"

# dev

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[tool.poetry]
name = "kilroy-module-client-py-sdk"
version = "0.4.0"
version = "0.5.0"
description = "SDK for kilroy module clients in Python 🧰"
readme = "kilroy_module_client_py_sdk/README.md"
authors = ["kilroy <kilroymail@pm.me>"]
Expand All @@ -16,7 +16,7 @@ packages = [{ include = "kilroy-module-client-py-sdk", from = "kilroy_module_cli
[tool.poetry.dependencies]
python = "^3.9"
kilroy-ws-client-py-sdk = "~0.4"
kilroy-module-py-shared = "~0.2"
kilroy-module-py-shared = "~0.3"

# dev

Expand Down

0 comments on commit 126f762

Please sign in to comment.