Skip to content

Commit 28138d5

Browse files
committed
release: v0.1.4
1 parent 3915daa commit 28138d5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

msgspec_schemaorg/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
- Maintains type safety with modern Python type annotations
1212
"""
1313

14-
__version__ = "0.1.3"
14+
__version__ = "0.1.4"
1515

1616
# Import the key functions and classes to expose at the package level
1717
from .generate import fetch_and_generate, SchemaProcessor

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "msgspec-schemaorg"
7-
version = "0.1.3"
7+
version = "0.1.4"
88
description = "Generate Python msgspec.Struct classes from the Schema.org vocabulary"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)