1 parent 4de6d2f commit d7e94e2Copy full SHA for d7e94e2
2 files changed
netaddr_pydantic/__init__.py
@@ -13,7 +13,7 @@
13
from pydantic_core import PydanticCustomError
14
15
16
-__version__ = "0.1.1"
+__version__ = "0.1.2"
17
18
19
IPAddress = Annotated[
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
5
[project]
6
name = "netaddr-pydantic"
7
-version = "0.1.1"
+version = "0.1.2"
8
description = ""
9
readme = "README.md"
10
requires-python = ">=3.11"
0 commit comments