diff --git a/setup.py b/setup.py index c9c458e..7e4caeb 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup PACKAGE = "pytest-allure-adaptor" -VERSION = "1.7.5" +VERSION = "1.7.6" install_requires = [ "lxml>=3.2.0",