File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111- Maintains type safety with modern Python type annotations
1212"""
1313
14- __version__ = "0.1.1 "
14+ __version__ = "0.1.2 "
1515
1616# Import the key functions and classes to expose at the package level
1717from .generate import fetch_and_generate , SchemaProcessor
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " msgspec-schemaorg"
7- version = " 0.1.1 "
7+ version = " 0.1.2 "
88description = " Generate Python msgspec.Struct classes from the Schema.org vocabulary"
99readme = " README.md"
1010requires-python = " >=3.10"
Original file line number Diff line number Diff line change 22
33setup (
44 name = "msgspec-schemaorg" ,
5- version = "0.1.1 " ,
5+ version = "0.1.2 " ,
66 author = "Michael Deeb" ,
77 author_email = "michael.f.deeb@gmail.com" ,
88 description = "Generate Python msgspec.Struct classes from the Schema.org vocabulary" ,
You can’t perform that action at this time.
0 commit comments