Skip to content

Commit

Permalink
Styxdefs compat
Browse files Browse the repository at this point in the history
  • Loading branch information
nx10 committed Oct 15, 2024
1 parent 5734c85 commit 96ebffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styx/backend/python/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ def to_python(interfaces: Iterable[Interface]) -> Generator[tuple[str, list[str]

def styxdefs_compat() -> str:
"""Return what version of styxdefs generated wrappers will be compatible with."""
return "^0.2.0"
return "^0.3.0"

0 comments on commit 96ebffb

Please sign in to comment.