Skip to content

Commit d2bb3be

Browse files
committed
fix: Fixed incorrect pagination on listing subscribers
1 parent cb2b09c commit d2bb3be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["MailerLite <[email protected]>"]
33
description = "The official MailerLite Python SDK"
44
name = "mailerlite"
5-
version = "0.1.8"
5+
version = "0.1.9"
66

77
[tool.poetry.dependencies]
88
python = "^3.7"

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import find_packages, setup
22

3-
__version__ = "0.1.8"
3+
__version__ = "0.1.9"
44

55

66
def _read_long_description():

0 commit comments

Comments
 (0)