From bb023f6175bcda2ff12dd834f67686d491de6598 Mon Sep 17 00:00:00 2001 From: Michael Kennedy Date: Mon, 28 Oct 2024 17:51:36 -0700 Subject: [PATCH] Update to work with listmonk 4.0. --- listmonk/impl/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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]