Bug 1810601 - Bump mozdevice version to 4.1.0 r=releng-reviewers,hneiva

Differential Revision: https://phabricator.services.mozilla.com/D166956
This commit is contained in:
Geoff Brown 2023-01-16 21:25:58 +00:00
parent 4e0c7ddead
commit b09e6b2e7b

View File

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