Skip to content

Commit

Permalink
fix: Fixed filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
igorhrcek committed Feb 2, 2024
1 parent c74ad23 commit 089a565
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["MailerLite <tech@mailerlite.com>"]
description = "The official MailerLite Python SDK"
name = "mailerlite"
version = "0.1.5"
version = "0.1.6"

[tool.poetry.dependencies]
python = "^3.7"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import find_packages, setup

__version__ = "0.1.5"
__version__ = "0.1.6"


def _read_long_description():
Expand Down

0 comments on commit 089a565

Please sign in to comment.