Skip to content

Commit

Permalink
fix: update spec target version to 1.24
Browse files Browse the repository at this point in the history
Signed-off-by: rjdbcm <rjdbcm@outlook.com>
  • Loading branch information
rjdbcm committed Oct 28, 2024
1 parent 195b590 commit e22297d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ozi_spec/_spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Spec(Default):
"""OZI Specification metadata."""

version: str = field(
default='0.10',
default='0.11',
metadata={'help': 'OZI specification standard version.'},
)
python: PythonProject = ClassicProject()
Expand All @@ -36,7 +36,7 @@ class OZI(Default):
"""OZI distribution metadata."""

version: str = field(
default='1.23',
default='1.24',
metadata={'help': 'Currently installed version of the OZI package.'},
)
python_support: PythonSupport = PythonSupport()
Expand Down

0 comments on commit e22297d

Please sign in to comment.