Skip to content

Commit

Permalink
Release v0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
gverm authored Jul 13, 2023
1 parent 23fac6a commit 2b67407
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "elody"
version = "0.0.9"
version = "0.0.10"
description = "elody SDK for Python"
readme = "README.md"
authors = [{ name = "Inuits", email = "[email protected]" }]
Expand All @@ -22,20 +22,20 @@ classifiers = [
]
keywords = ["elody", "SDK"]
dependencies = [
"certifi==2023.5.7",
"charset-normalizer==3.2.0",
"idna==3.4",
"requests==2.31.0",
"certifi>=2023.5.7",
"charset-normalizer>=3.2.0",
"idna>=3.4",
"requests>=2.31.0",
"urllib3>=1.26.16",
]

[project.optional-dependencies]
loader = [
"cloudevents==1.9.0",
"inuits-policy-based-auth==4.1.0",
"cloudevents>=1.9.0",
"inuits-policy-based-auth>=4.1.0",
]
util = [
"cloudevents==1.9.0",
"cloudevents>=1.9.0",
]

[project.urls]
Expand Down

0 comments on commit 2b67407

Please sign in to comment.