We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3915daa commit 28138d5Copy full SHA for 28138d5
2 files changed
msgspec_schemaorg/__init__.py
@@ -11,7 +11,7 @@
11
- Maintains type safety with modern Python type annotations
12
"""
13
14
-__version__ = "0.1.3"
+__version__ = "0.1.4"
15
16
# Import the key functions and classes to expose at the package level
17
from .generate import fetch_and_generate, SchemaProcessor
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "msgspec-schemaorg"
7
-version = "0.1.3"
+version = "0.1.4"
8
description = "Generate Python msgspec.Struct classes from the Schema.org vocabulary"
9
readme = "README.md"
10
requires-python = ">=3.10"
0 commit comments