diff --git a/pyproject.toml b/pyproject.toml index b62ad74..d2c4c94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "crowdstrike-aidr-openai" -version = "0.0.0" +version = "0.1.0" description = "A wrapper around the OpenAI Python library that wraps the Responses API with CrowdStrike AIDR" readme = "README.md" license = "MIT" diff --git a/uv.lock b/uv.lock index edf324f..178c8c1 100644 --- a/uv.lock +++ b/uv.lock @@ -58,7 +58,7 @@ wheels = [ [[package]] name = "crowdstrike-aidr-openai" -version = "0.0.0" +version = "0.1.0" source = { editable = "." } dependencies = [ { name = "anyio" },