Skip to content

Commit

Permalink
Update to work with listmonk 4.0.
Browse files Browse the repository at this point in the history
mikeckennedy committed Oct 29, 2024
1 parent 10d4f18 commit bb023f6
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion listmonk/impl/__init__.py
Original file line number Diff line number Diff line change
@@ -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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ dependencies = [
"httpx",
"pydantic",
]
version = "0.2.0"
version = "0.2.1"


[project.urls]

0 comments on commit bb023f6

Please sign in to comment.