Skip to content

Commit 135dfc1

Browse files
committed
release: v0.2.1
1 parent 71a869e commit 135dfc1

File tree

5 files changed

+2
-524
lines changed

5 files changed

+2
-524
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
6464
- name: Generate models
6565
run: |
66-
python scripts/generate_models.py
66+
python run.py run_all
6767
echo "Generated $(find msgspec_schemaorg/models -type f -name "*.py" | wc -l) model files"
6868
6969
- name: Build package

msgspec_schemaorg/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
msgspec_schemaorg - Schema.org models generated using msgspec.
33
"""
44

5-
__version__ = "0.1.0"
5+
__version__ = "0.2.1"
66

77
from .base import SchemaOrgBase
88

scripts/analyze_schema.py

Lines changed: 0 additions & 196 deletions
This file was deleted.

scripts/find_enum_values.py

Lines changed: 0 additions & 161 deletions
This file was deleted.

0 commit comments

Comments
 (0)