Skip to content

Commit

Permalink
bump sdk to 0.9.0 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinblack committed Oct 18, 2022
1 parent cc4fe02 commit cddac34
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "Apache-2.0+GPL-2.0-only"

[tool.poetry.dependencies]
python = "^3.9"
arcaflow-plugin-sdk = "0.8.0"
arcaflow-plugin-sdk = "0.9.0"

[tool.poetry.dev-dependencies]
docformatter = "^1.5.0"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
arcaflow-plugin-sdk==0.8.0; python_version >= "3.9"
arcaflow-plugin-sdk==0.9.0; python_version >= "3.9"
attrs==22.1.0; python_full_version >= "3.7.1" and python_version >= "3.9"
automat==20.2.0; python_full_version >= "3.7.1" and python_version >= "3.9"
cbor2==5.4.3; python_version >= "3.9"
Expand Down

0 comments on commit cddac34

Please sign in to comment.