Bug 1842235 - Bump mozdevice version to 4.1.1 r=releng-reviewers,hneiva

Differential Revision: https://phabricator.services.mozilla.com/D183017
This commit is contained in:
Geoff Brown 2023-07-07 16:33:26 +00:00
parent 647b8626b9
commit 115775cd64

View File

@ -5,7 +5,7 @@
from setuptools import setup
PACKAGE_NAME = "mozdevice"
PACKAGE_VERSION = "4.1.0"
PACKAGE_VERSION = "4.1.1"
deps = ["mozlog >= 6.0"]