diff --git a/setup.py b/setup.py index dca205167a5619..c19f387a12d1cd 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ from setuptools import setup, find_packages PACKAGE_NAME = 'wptrunner' -PACKAGE_VERSION = '1.1' +PACKAGE_VERSION = '1.1.1' # Dependencies with open('requirements.txt') as f: