Skip to content

Commit b2c0636

Browse files
authored
Merge pull request #60 from mailerlite/feature/issue-42097/batches-documentation
docs: Added documentation about batch requests
2 parents 6d3ad70 + 96c7948 commit b2c0636

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.9"
5+
version = "0.1.10"
66

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import find_packages, setup
22

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

55

66
def _read_long_description():

0 commit comments

Comments
 (0)