Skip to content

Commit 2e7352a

Browse files
authored
Merge pull request #54 from mailerlite/bugfix/issue-29/unparsable-int
fix: Fixed broken subscriber import test
2 parents 62ed38b + 6763d4d commit 2e7352a

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.6"
5+
version = "0.1.7"
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.6"
3+
__version__ = "0.1.7"
44

55

66
def _read_long_description():

0 commit comments

Comments
 (0)