Skip to content

Commit

Permalink
bump version for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeckennedy committed Feb 2, 2024
1 parent 4cbcce0 commit c49b699
Show file tree
Hide file tree
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
Expand Up @@ -9,7 +9,7 @@

from listmonk import models, urls # noqa: F401

__version__ = '0.1.6'
__version__ = '0.1.7'

from listmonk.errors import ValidationError, OperationNotAllowedError, FileNotFoundError

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = [
"httpx",
"pydantic",
]
version = "0.1.6"
version = "0.1.7"


[project.urls]
Expand Down

0 comments on commit c49b699

Please sign in to comment.