Skip to content

Commit

Permalink
Multiple version bumps, relax OpenAI package version
Browse files Browse the repository at this point in the history
  • Loading branch information
nicovank committed Nov 30, 2023
1 parent 6c790ad commit a97e2ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"

[project]
name = "cwhy"
version = "0.3.2"
version = "0.3.3"
authors = [
{ name="Emery Berger", email="[email protected]" },
{ name="Nicolas van Kempen", email="[email protected]" },
{ name="Bryce Adelstein Lelbach", email="[email protected]" }
]
dependencies = ["openai==0.28.1", "llm_utils==0.2", "PyYAML==6.0.1"]
dependencies = ["openai>=0.27.0", "llm_utils==0.2.1", "PyYAML>=6.0.1"]
description = "Explains and proposes fixes for compile-time errors for many programming languages."
readme = "README.md"
requires-python = ">=3.7"
Expand Down

0 comments on commit a97e2ab

Please sign in to comment.