Skip to content

Commit 258afb6

Browse files
committed
release: v0.1.2
1 parent 40cec9e commit 258afb6

3 files changed

Lines changed: 3 additions & 3 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.1"
14+
__version__ = "0.1.2"
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 = "hatchling.build"
44

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
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",

0 commit comments

Comments
 (0)