diff --git a/pyproject.toml b/pyproject.toml index dbfb498..bf7aa13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ authors = ["MailerLite "] description = "The official MailerLite Python SDK" name = "mailerlite" -version = "0.1.6" +version = "0.1.7" [tool.poetry.dependencies] python = "^3.7" diff --git a/setup.py b/setup.py index 2bb1a00..d2bc7a0 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import find_packages, setup -__version__ = "0.1.6" +__version__ = "0.1.7" def _read_long_description():