diff --git a/listmonk/impl/__init__.py b/listmonk/impl/__init__.py index 434394c..dee53cf 100644 --- a/listmonk/impl/__init__.py +++ b/listmonk/impl/__init__.py @@ -9,7 +9,7 @@ from listmonk import models, urls # noqa: F401 -__version__ = "0.2.0" +__version__ = "0.2.1" from listmonk.errors import ValidationError, OperationNotAllowedError, FileNotFoundError diff --git a/pyproject.toml b/pyproject.toml index 9085f7f..278c90b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "httpx", "pydantic", ] -version = "0.2.0" +version = "0.2.1" [project.urls]